We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80d198 commit 1945150Copy full SHA for 1945150
src/sentry/models/__init__.py
@@ -1,6 +1,7 @@
1
from .activity import * # NOQA
2
from .apiapplication import * # NOQA
3
from .apiauthorization import * # NOQA
4
+from .apidevicecode import * # NOQA
5
from .apigrant import * # NOQA
6
from .apikey import * # NOQA
7
from .apiscopes import * # NOQA
0 commit comments