line length
diff --git a/tasks.py b/tasks.py
index 5733cc4..50eb90a 100644
--- a/tasks.py
+++ b/tasks.py
@@ -94,7 +94,9 @@
 
     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: ")