From 0f74a2c128447f0546acab23fbfe87be9a3ea9b6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 26 Sep 2014 23:31:19 -0400 Subject: line length --- tasks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index 5733cc4e..50eb90ae 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: ") -- cgit v1.2.3