Skip to content

Commit aa17694

Browse files
committed
Add lint directive
1 parent 74a0f5e commit aa17694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fire/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import sys
2020

2121
if sys.version_info[0:2] < (3, 8):
22-
_StrNode = ast.Str # type: ignore # deprecated but needed for Python < 3.8
22+
_StrNode = ast.Str # type: ignore # pylint: disable=no-member # deprecated but needed for Python < 3.8
2323
else:
2424
_StrNode = ast.Constant
2525

0 commit comments

Comments
 (0)