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
{{ message }}
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Reformat src/conf.py to conform to latest python black rules
Python black removed Python 2 support so it now flags the `u` prefixed strings.
We picked up python black 22.1:
```
Collecting black
Downloading black-22.1.0-py3-none-any.whl (160 kB)
```
It removed python 2 support:
* https://pypi.org/project/black/22.1.0/
* psf/black#2740
0 commit comments