style: fix import ordering in test_auth.py

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-13 23:26:53 +00:00
parent 4221abd991
commit b2badd0429
+1
View File
@@ -715,6 +715,7 @@ class TestOAuthConfiguration:
# Re-import to trigger configuration logic
import importlib
import app.auth
importlib.reload(app.auth)