Skip to content

Commit 5bb6e84

Browse files
committed
Add missing class time inclusion in the Admin API package
1 parent 0f02ee1 commit 5bb6e84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pytito/admin/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@
1919
from .event import Event
2020
from .ticket import Ticket
2121
from .account import Account
22+
from .release import Release
23+
from .activity import Activity
2224

2325
from ._base_client import UnauthorizedException

0 commit comments

Comments
 (0)