Skip to content

Commit 5de5133

Browse files
committed
chore(ruff) Autofixes for ruff with Python 3.10+
uv run ruff check . --fix --show-fixes Fixed 1 error: - tests/test_example.py: 1 × F401 (unused-import) Found 22 errors (1 fixed, 21 remaining). No fixes available (8 hidden fixes can be enabled with the `--unsafe-fixes` option).
1 parent 76ce7e2 commit 5de5133

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from __future__ import annotations
44

5-
import importlib
65
import importlib.util
76
import sys
87
import typing as t

0 commit comments

Comments
 (0)