Skip to content
Snippets Groups Projects
Verified Commit b0fee53d authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add missing import of gettext

parent 54b892eb
No related branches found
No related tags found
1 merge request!736Resolve "KeyError: 'SCOPES' with OAUTH2_PROVIDER"
......@@ -5,6 +5,7 @@ from django.apps import apps
from django.conf import settings
from django.http import HttpRequest
from django.utils.module_loading import autodiscover_modules
from django.utils.translation import gettext as _
from dynamic_preferences.registries import preference_models
from health_check.plugins import plugin_dir
......
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