``` /usr/lib/python3.8/ast.py:360: PendingDeprecationWarning: visit_Str is deprecated; add visit_Constant ``` Currently used here: https://github.com/jamescooke/flake8-aaa/blob/ee1dd04a2482cf24352c9c547fd8a9529160c4d1/src/flake8_aaa/helpers.py#L191-L192
Currently used here:
flake8-aaa/src/flake8_aaa/helpers.py
Lines 191 to 192 in ee1dd04