We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276948c commit 37ed5e6Copy full SHA for 37ed5e6
1 file changed
a2a/git_issue_agent/a2a_agent.py
@@ -22,7 +22,6 @@
22
from a2a.types import AgentCapabilities, AgentCard, AgentSkill, TaskState, TextPart, SecurityScheme, HTTPAuthSecurityScheme
23
from a2a.utils import new_agent_text_message, new_task
24
25
-from starlette.authentication import AuthCredentials, SimpleUser, AuthenticationBackend
26
from starlette.middleware.authentication import AuthenticationMiddleware
27
28
from git_issue_agent.auth import on_auth_error, BearerAuthBackend, auth_headers
0 commit comments