This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
Tags: apache/couchdb-documentation
Tags
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
PreviousNext