Skip to content

Commit d57f598

Browse files
committed
Fix ruff issue
1 parent 323ee71 commit d57f598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def repair_windows_wheel(self, wheel: Path, dest_dir: Path):
349349
"""opens windows wheels in target folder and moves all DLLs files inside
350350
subdirectories of the wheel to the root one (where wrapper is expected)"""
351351

352-
from delocate.wheeltools import InWheel
352+
from delocate.wheeltools import InWheel # noqa : I001, PLC0415
353353

354354
# we're only interested in windows wheels
355355
if not re.match(r"libzim-.+-win_.+", wheel.stem):

0 commit comments

Comments
 (0)