Skip to content

Commit 0998161

Browse files
committed
fix formatting
1 parent ab98158 commit 0998161

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

src/mcp_agent/cli/cloud/commands/app/status/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from mcp_agent.cli.utils.ux import (
2929
console,
3030
print_error,
31-
print_warning,
3231
)
3332

3433

src/mcp_agent/cli/cloud/commands/app/workflows/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
from mcp_agent.cli.utils.ux import (
3232
console,
3333
print_error,
34-
print_warning,
3534
)
3635

3736

src/mcp_agent/cli/cloud/commands/logger/tail/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from mcp_agent.cli.cloud.commands.servers.utils import setup_authenticated_client
2121
from mcp_agent.cli.core.api_client import UnauthenticatedError
2222
from mcp_agent.cli.core.utils import parse_app_identifier, resolve_server_url
23+
from mcp_agent.cli.utils.ux import print_error
2324

2425
console = Console()
2526

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)