Skip to content

Fix warning in ast as of python 3.8 #145

@jamescooke

Description

@jamescooke
/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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions