tests: Fix account selection lint fallout

Restore imports still needed by the original test modules and remove stale imports left after splitting account-selection coverage.

Agent-thread: https://sdko.org/internal/threads/019e9417-19b5-7e60-9be4-3f2c423366dd
A7k-product: product
A7k-product-repo: 3
Co-authored-by: Agent <agent@svc.sdko.net>
This commit is contained in:
Dominic R
2026-06-04 15:50:41 -04:00
parent dd95e75250
commit fb8df578ed
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -3,7 +3,6 @@
from datetime import datetime, timedelta
from json import loads
from django.conf import settings
from django.contrib.auth.hashers import make_password
from django.urls.base import reverse
from django.utils.timezone import now
@@ -12,7 +11,9 @@ from rest_framework.test import APITestCase
from authentik.brands.models import Brand
from authentik.core.models import (
USER_ATTRIBUTE_TOKEN_EXPIRING,
AuthenticatedSession,
Group,
Session,
Token,
User,
UserTypes,
@@ -10,7 +10,6 @@ from django.utils.timezone import now
from authentik.blueprints.tests import apply_blueprint
from authentik.common.oauth.constants import (
QS_LOGIN_HINT,
SCOPE_OFFLINE_ACCESS,
SCOPE_OPENID,
TOKEN_TYPE,
@@ -18,7 +17,7 @@ from authentik.common.oauth.constants import (
from authentik.core.models import Application
from authentik.core.tests.utils import create_test_admin_user, create_test_brand, create_test_flow
from authentik.events.models import Event, EventAction
from authentik.flows.models import FlowDesignation, FlowStageBinding
from authentik.flows.models import FlowStageBinding
from authentik.flows.stage import PLAN_CONTEXT_PENDING_USER_IDENTIFIER
from authentik.flows.views.executor import QS_QUERY, SESSION_KEY_PLAN
from authentik.lib.generators import generate_id