From b2badd04294c1c546d79b01762497c8e1db1ff40 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:26:53 +0000 Subject: [PATCH] style: fix import ordering in test_auth.py Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- tests/test_auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_auth.py b/tests/test_auth.py index 398332d5..89f46110 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -715,6 +715,7 @@ class TestOAuthConfiguration: # Re-import to trigger configuration logic import importlib + import app.auth importlib.reload(app.auth)