diff --git a/allianceauth/services/apps.py b/allianceauth/services/apps.py index d120c56b..5160ce48 100644 --- a/allianceauth/services/apps.py +++ b/allianceauth/services/apps.py @@ -6,4 +6,4 @@ class ServicesConfig(AppConfig): label = 'services' def ready(self): - pass \ No newline at end of file + from . import signals