summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-26 23:31:19 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-26 23:31:19 -0400
commit0f74a2c128447f0546acab23fbfe87be9a3ea9b6 (patch)
treedaab2276078fcf131f72301ab3068113d7e89f79
parent9ca7f036907d6b08a4b06c8fb22bbc6989f84416 (diff)
downloadcryptography-0f74a2c128447f0546acab23fbfe87be9a3ea9b6.tar.gz
line length
-rw-r--r--tasks.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 5733cc4ea..50eb90ae2 100644
--- a/tasks.py
+++ b/tasks.py
@@ -94,7 +94,9 @@ def release(version):
session = requests.Session()
- response = session.request("PURGE", "https://pypi.python.org/simple/cryptography/")
+ response = session.request(
+ "PURGE", "https://pypi.python.org/simple/cryptography/"
+ )
response.raise_for_status()
username = getpass.getpass("Input the GitHub/Jenkins username: ")