Skip to content

Commit 2ee9d93

Browse files
committed
chore: ignore unused import lint errors in smoke test
1 parent 3a52171 commit 2ee9d93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/smoke_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
Run with: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
1212
"""
1313

14+
# ruff: noqa: F401 - imports are intentionally unused; this file tests import functionality
15+
1416
import sys
1517
from pathlib import Path
1618

0 commit comments

Comments
 (0)