Skip to content

Commit 9a1356f

Browse files
committed
Merge branch 'develop'
2 parents 1d59c7b + 872fbff commit 9a1356f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_mcp_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- CLI smoke: specsmith mcp serve responds to initialize
1111
"""
1212

13-
from __future__ import annotations
13+
from __future__ import annotations # noqa: I001
1414

1515
import json
1616
import os
@@ -19,7 +19,7 @@
1919
from pathlib import Path
2020
from typing import Any
2121

22-
import pytest # noqa: I001
22+
import pytest
2323

2424

2525
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)