Skip to content

Commit 94f6cb6

Browse files
committed
formatting
1 parent 345b9b3 commit 94f6cb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mcp_agent/cli/commands/install.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from copy import deepcopy
2929
from pathlib import Path
3030
from typing import Optional
31-
from urllib.parse import urlparse
3231

3332
import typer
3433
from rich.panel import Panel
@@ -181,8 +180,6 @@ def _write_json(path: Path, data: dict) -> None:
181180
pass
182181

183182

184-
185-
186183
def _build_server_config(
187184
server_url: str,
188185
transport: str = "http",

0 commit comments

Comments
 (0)