Skip to content

Commit 6f46a55

Browse files
cclaussatodorov
authored andcommitted
Fixing a typo causes GitHub Actions to fail
1 parent 6c1e67e commit 6f46a55

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,6 +1,6 @@
11
# flake8: noqa
22
# pylint: skip-file
3-
# no sane linter can figure out the hackiness in this compatability layer...
3+
# no sane linter can figure out the hackiness in this compatibility layer...
44

55
try:
66
from astroid.nodes import AssignName, Attribute, ClassDef, FunctionDef, ImportFrom

0 commit comments

Comments
 (0)