Skip to content

Commit 5d88c3f

Browse files
committed
chore: apply isort ordering
1 parent a04ca21 commit 5d88c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unittests/auth/test_auth_preprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
from google.adk.agents.invocation_context import InvocationContext
2424
from google.adk.auth.auth_handler import AuthHandler
2525
from google.adk.auth.auth_preprocessor import _AuthLlmRequestProcessor
26+
from google.adk.auth.auth_schemes import CustomAuthScheme
2627
from google.adk.auth.auth_tool import AuthConfig
2728
from google.adk.auth.auth_tool import AuthToolArguments
28-
from google.adk.auth.auth_schemes import CustomAuthScheme
2929
from google.adk.events.event import Event
3030
from google.adk.events.event_actions import EventActions
3131
from google.adk.flows.llm_flows import functions

0 commit comments

Comments
 (0)