You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#696 contains an unconditional import of packaging which is not depended on by autopep8:
Traceback (most recent call last): File "/home/asottile/.cache/pre-commit/repoanrqz_f1/py_env-python3.10/bin/autopep8", line 5, in <module> from autopep8 import main File "/home/asottile/.cache/pre-commit/repoanrqz_f1/py_env-python3.10/lib/python3.10/site-packages/autopep8.py", line 87, in <module> from packaging.version import parse as parse_versionModuleNotFoundError: No module named 'packaging'
The text was updated successfully, but these errors were encountered:
#696 contains an unconditional import of
packaging
which is not depended on byautopep8
:The text was updated successfully, but these errors were encountered: