Skip to content
Snippets Groups Projects
Verified Commit ca31d3ed authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Remove superflous get of user model

parent e5e33374
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ from importlib import import_module
from typing import Any, List, Optional, Sequence, Tuple
import django.apps
from django.contrib.auth import get_user_model
from django.contrib.auth.signals import user_logged_in, user_logged_out
from django.db.models.signals import post_migrate, pre_migrate
from django.http import HttpRequest
......@@ -13,8 +12,6 @@ from spdx_license_list import LICENSES
from .core_helpers import copyright_years
User = get_user_model()
class AppConfig(django.apps.AppConfig):
"""An extended version of DJango's AppConfig container."""
......
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