summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-12-20 21:44:47 -0500
committerGitHub <noreply@github.com>2022-12-21 09:44:47 +0700
commit7ff729ecf2ffeffc8442811a7ad5c8a9ab24351c (patch)
treed76a1971dcfa7ccf567bae9032799c475a955207 /release.py
parent4868142f4193c441b4995f54c70caad7b06dc093 (diff)
downloadcryptography-7ff729ecf2ffeffc8442811a7ad5c8a9ab24351c.tar.gz
Switch from flake8 to ruff (#7920)
It's more than 60x faster.
Diffstat (limited to 'release.py')
-rw-r--r--release.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release.py b/release.py
index e7445d951..5046daff1 100644
--- a/release.py
+++ b/release.py
@@ -10,7 +10,6 @@ import time
import zipfile
import click
-
import requests