Problem: Older versions of black were (for some reason) importing
internal modules from the click package. Recent internal updates to
the click package now cause black to fail (see
https://github.com/psf/black/issues/2964).
Solution: Two approaches exist. Either fix the version of click to a
previous version, or update the version of black. This commit updates
the version of black, and reruns black on all files.
Problem: Older versions of
black
were (for some reason) importing internal modules from theclick
package. Recent internal updates to theclick
package now causeblack
to fail (see https://github.com/psf/black/issues/2964).Solution: Two approaches exist. Either fix the version of
click
to a previous version, or update the version ofblack
. This commit updates the version ofblack
, and reruns black on all files.