Skip to content

Commit 1fc81e3

Browse files
committed
Fix RUF100 [*] Unused blanket noqa directive
1 parent dfa1db2 commit 1fc81e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# fmt: off
1515
sys.path.append(".")
16-
from tools import release # isort:skip # noqa
16+
from tools import release # isort:skip
1717
sys.path.pop()
1818
# fmt: on
1919

0 commit comments

Comments
 (0)