When running our lint checks with the Python Black package, an error comes up:
ImportError: cannot import name '_unicodefun' from 'click' (/Users/robot/.cache/pre-commit/repo3u71ccm2/py_env-python3.9/lib/python3.9/site-packages/click/init.py)`
In researching this, I found the following related issues:
- ImportError: cannot import name '_unicodefun' from 'click' #2976
- ImportError: cannot import name '_unicodefun' from 'click' #6013
How can I solve this problem? Is this a false positive from the linter? Do I need to modify my code?
所有评论(0)