Skip to content

Commit 42ecb1f

Browse files
committed
💡 remove unused ruff ignore comment
1 parent c60d7c2 commit 42ecb1f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tool/_ruff.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ def find_ruff_bin() -> str: ...
88

99
else:
1010
# see https://github.com/astral-sh/ruff/pull/18224
11-
from ruff.__main__ import ( # type: ignore[import-untyped]
12-
find_ruff_bin, # noqa: PLC2701
13-
)
11+
from ruff.__main__ import find_ruff_bin # type: ignore[import-untyped]
1412

1513

1614
def ruff_format(source: str) -> str:

0 commit comments

Comments
 (0)