jamescooke/flake8-aaa

Fix warning in ast as of python 3.8

jamescooke opened this issue · 0 comments

/usr/lib/python3.8/ast.py:360: PendingDeprecationWarning: visit_Str is deprecated; add visit_Constant

Currently used here:

def visit_Str(self, node) -> None:
self.add_footprint(node)