Skip to content

Commit 265db91

Browse files
committed
chore: Ruff linting fix
1 parent 5dabc0a commit 265db91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Basic MCP usage examples package
22

33
# Allow discovery of the ADK agent via the ADK web UI
4-
from .adk_mcp import root_agent
4+
from .adk_mcp import root_agent as root_agent
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Multi MCP usage examples package
22

33
# Allow discovery of the ADK agent via the ADK web UI
4-
from .adk_mcp import root_agent
4+
from .adk_mcp import root_agent as root_agent

0 commit comments

Comments
 (0)