We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d59c7b + 872fbff commit 9a1356fCopy full SHA for 9a1356f
1 file changed
tests/test_mcp_server.py
@@ -10,7 +10,7 @@
10
- CLI smoke: specsmith mcp serve responds to initialize
11
"""
12
13
-from __future__ import annotations
+from __future__ import annotations # noqa: I001
14
15
import json
16
import os
@@ -19,7 +19,7 @@
19
from pathlib import Path
20
from typing import Any
21
22
-import pytest # noqa: I001
+import pytest
23
24
25
# ---------------------------------------------------------------------------
0 commit comments