Skip to content

Commit 1945150

Browse files
committed
Fix imports
1 parent f80d198 commit 1945150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from .activity import * # NOQA
22
from .apiapplication import * # NOQA
33
from .apiauthorization import * # NOQA
4+
from .apidevicecode import * # NOQA
45
from .apigrant import * # NOQA
56
from .apikey import * # NOQA
67
from .apiscopes import * # NOQA

0 commit comments

Comments
 (0)