Skip to content

Commit 7260816

Browse files
author
Zvi Fried
committed
fix: resolve final CI linting issue - import sorting
- Fix import sorting in test_design_research_validation.py - All tool description factory tests now pass - Cache test fixed with new provider instance approach - Secret scanning dramatically improved (16 → 3 leaks) - Ready for PR with core functionality working
1 parent 7690fb0 commit 7260816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_design_research_validation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
import inspect
55
import os
6-
import pytest
76
import sys
87

8+
import pytest
9+
910
from mcp_as_a_judge.server import judge_coding_plan
1011

1112
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "src"))

0 commit comments

Comments
 (0)