Skip to content

Commit bfc44be

Browse files
carlioatodorov
carlio
authored andcommitted
[refs #205] annotating YES/Uninferable compat change
1 parent 44a08b2 commit bfc44be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylint_django/compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Getattr as Attribute,
1414
)
1515

16+
# pylint 2.04->2.2 : YES was renamed to Uninferable, then YES became deprecated, then was removed
1617
try:
1718
from astroid.bases import YES as Uninferable
1819
except ImportError:

0 commit comments

Comments
 (0)