Skip to content
Snippets Groups Projects
Verified Commit 60e83cad authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix return type of app config system check

parent e4b7d73d
No related branches found
No related tags found
1 merge request!164Fix some mistakes in app config system check
......@@ -9,7 +9,7 @@ from .util.apps import AppConfig
@register(Tags.compatibility)
def check_app_configs_base_class(
app_configs: Optional[django.apps.registry.Apps] = None, **kwargs
) -> None:
) -> list:
""" Checks whether all apps derive from AlekSIS's base app config """
results = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment