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

Add missing import of gettext

(cherry picked from commit b0fee53d)
parent 68008eab
No related branches found
No related tags found
1 merge request!742Prepare release 2.0rc7
......@@ -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