We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c53ced commit a0a78f8Copy full SHA for a0a78f8
1 file changed
dojo/apps.py
@@ -76,11 +76,10 @@ def ready(self):
76
# query_registrations.py is no longer imported by the package
77
# __init__ (to avoid circular import edge cases during early model
78
# loading) — we do it here once all models are ready.
79
- import dojo.authorization.query_registrations # noqa: PLC0415, F401
80
-
81
# Load any signals here that will be ready for runtime
82
# Importing the signals file is good enough if using the receiver decorator
83
import dojo.announcement.signals # noqa: PLC0415, F401 raised: AppRegistryNotReady
+ import dojo.authorization.query_registrations # noqa: PLC0415, F401
84
import dojo.benchmark.signals # noqa: PLC0415, F401 raised: AppRegistryNotReady
85
86
# TODO: Delete this after the move to Locations
0 commit comments