Skip to content

Commit 012fbf6

Browse files
committed
fix blanket-noqa ruff linter error
1 parent d481a88 commit 012fbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint_django/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# flake8: noqa
1+
# flake8: noqa: F401
22
# pylint: skip-file
33
# no sane linter can figure out the hackiness in this compatibility layer...
44
import sys

0 commit comments

Comments
 (0)