We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04ca21 commit 5d88c3fCopy full SHA for 5d88c3f
1 file changed
tests/unittests/auth/test_auth_preprocessor.py
@@ -23,9 +23,9 @@
23
from google.adk.agents.invocation_context import InvocationContext
24
from google.adk.auth.auth_handler import AuthHandler
25
from google.adk.auth.auth_preprocessor import _AuthLlmRequestProcessor
26
+from google.adk.auth.auth_schemes import CustomAuthScheme
27
from google.adk.auth.auth_tool import AuthConfig
28
from google.adk.auth.auth_tool import AuthToolArguments
-from google.adk.auth.auth_schemes import CustomAuthScheme
29
from google.adk.events.event import Event
30
from google.adk.events.event_actions import EventActions
31
from google.adk.flows.llm_flows import functions
0 commit comments