This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Commit 95da686
committed
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#27401 parent 4531443 commit 95da686
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments