diff --git a/authentik/tenants/tests/utils.py b/authentik/tenants/tests/utils.py index 2ed547183..5f6a568ed 100644 --- a/authentik/tenants/tests/utils.py +++ b/authentik/tenants/tests/utils.py @@ -1,6 +1,5 @@ from django.core.management import call_command from django.db import connection, connections -from django_tenants.utils import get_public_schema_name from rest_framework.test import APITransactionTestCase