Skip to content

Commit 00baf6f

Browse files
committed
remove unused imports
1 parent be2f1d4 commit 00baf6f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/mcp_agent/cli/cloud/commands/auth/logout/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""MCP Agent Cloud logout command implementation."""
22

3-
import typer
43
from rich.prompt import Confirm
54

65
from mcp_agent.cli.auth import clear_credentials, load_credentials

src/mcp_agent/cli/cloud/commands/auth/whoami/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
"""MCP Agent Cloud whoami command implementation."""
22

3-
from typing import Optional
43

5-
import typer
64
from rich.console import Console
75
from rich.panel import Panel
86
from rich.table import Table
97

108
from mcp_agent.cli.auth import load_credentials
119
from mcp_agent.cli.exceptions import CLIError
12-
from mcp_agent.cli.utils.ux import print_error, print_info
1310

1411

1512
def whoami() -> None:

0 commit comments

Comments
 (0)