Remove unused imports across multiple files to clean up the codebase
Some checks failed
Test & Deploy API / test (push) Successful in 1m39s
Test & Deploy API / deploy (push) Failing after 2s

This commit is contained in:
2026-03-03 17:21:40 +01:00
parent 314780d59a
commit e3c7547c75
8 changed files with 3 additions and 11 deletions

View File

@@ -8,11 +8,10 @@ from __future__ import annotations
import time
import pytest
from jose import jwt
from app.config.settings import settings
from tests.conftest import auth_header, make_jwt, TEST_USER_IDS
from tests.conftest import auth_header, TEST_USER_IDS
# ── TestRegister ──────────────────────────────────────────────────────