diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-12-09 00:40:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-08 23:40:21 -0600 |
| commit | 7d4e567e16521288197aed23506f9370beadef66 (patch) | |
| tree | 89f25fb9e623adee1e23547da800897675a0f753 /docs | |
| parent | ff12a375521e5b702d9d58c8a04604c65496eb54 (diff) | |
| download | cryptography-7d4e567e16521288197aed23506f9370beadef66.tar.gz | |
Switch black to py36 as the minimum version (#5608)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 33240d8de..fe8c38c2a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,7 @@ copyright = "2013-2020, Individual Contributors" base_dir = os.path.join(os.path.dirname(__file__), os.pardir) about = {} with open(os.path.join(base_dir, "src", "cryptography", "__about__.py")) as f: - exec (f.read(), about) + exec(f.read(), about) version = release = about["__version__"] |
