Change import style

This commit is contained in:
Oliver Walters 2022-05-17 08:40:43 +10:00
parent 7e6d3d81b9
commit 825c50a438

View File

@ -1,5 +1,5 @@
import json
from test.support import EnvironmentVarGuard
from test import support
from django.test import TestCase, override_settings
import django.core.exceptions as django_exceptions
@ -449,7 +449,7 @@ class TestSettings(TestCase):
def setUp(self) -> None:
self.user_mdl = get_user_model()
self.env = EnvironmentVarGuard()
self.env = support.EnvironmentVarGuard()
def run_reload(self):
from plugin import registry