mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-27 19:27:33 +02:00
* #17725: Resolve all F401 errors * Tweak noqa designation
This commit is contained in:
@@ -6,7 +6,7 @@ class UsersConfig(AppConfig):
|
||||
|
||||
def ready(self):
|
||||
from netbox.models.features import register_models
|
||||
from . import signals
|
||||
from . import signals # noqa: F401
|
||||
|
||||
# Register models
|
||||
register_models(*self.get_models())
|
||||
|
||||
Reference in New Issue
Block a user