Skip to content

Commit 8c779be

Browse files
Christina ZhaoChristina Zhao
authored andcommitted
chore: update isort config
removed line between from and import types changed sorting to case sensitive
1 parent 71c6570 commit 8c779be

41 files changed

Lines changed: 19 additions & 57 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cforge/commands/resources/a2a.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# Standard
1111
from pathlib import Path
1212
from typing import Optional
13-
1413
import json
1514

1615
# Third-Party

cforge/commands/resources/mcp_servers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# Standard
1111
from pathlib import Path
1212
from typing import Optional
13-
1413
import json
1514

1615
# Third-Party

cforge/commands/resources/plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# Local
2323
from cforge.common.console import get_console
24-
from cforge.common.errors import AuthenticationError, CaseInsensitiveEnum, CLIError, handle_exception
24+
from cforge.common.errors import AuthenticationError, CLIError, CaseInsensitiveEnum, handle_exception
2525
from cforge.common.http import make_authenticated_request
2626
from cforge.common.render import print_json, print_table
2727

cforge/commands/resources/prompts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# Standard
1111
from pathlib import Path
1212
from typing import Any, Dict, Optional
13-
1413
import json
1514

1615
# Third-Party

cforge/commands/resources/resources.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# Standard
1111
from pathlib import Path
1212
from typing import Any, Dict, Optional
13-
1413
import json
1514

1615
# Third-Party

cforge/commands/resources/tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# Standard
1111
from pathlib import Path
1212
from typing import Any, Dict, Optional
13-
1413
import json
1514

1615
# Third-Party

cforge/commands/resources/virtual_servers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# Standard
1111
from pathlib import Path
1212
from typing import Optional
13-
1413
import json
1514

1615
# Third-Party

cforge/commands/server/run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
# Standard
1515
from typing import List, Optional
16-
1716
import atexit
1817
import multiprocessing
1918
import os
@@ -164,7 +163,7 @@ def run(
164163
args.append("--jsonResponse")
165164

166165
# Import top-level translate here to avoid undesirable initialization
167-
# Third Party
166+
168167
# First-Party
169168
from mcpgateway.translate import main as translate_main
170169

cforge/commands/settings/config_schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# Standard
1111
from pathlib import Path
1212
from typing import Optional
13-
1413
import json
1514

1615
# Third-Party

cforge/commands/settings/export.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from datetime import datetime
1212
from pathlib import Path
1313
from typing import Any, Dict, Optional
14-
1514
import json
1615

1716
# Third-Party

0 commit comments

Comments
 (0)