aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-03-27 12:37:02 +0100
committerGravatar Gareth Coles <[email protected]>2018-03-27 12:37:02 +0100
commitf6951062a2943c2a30f96f2f059b972d6ec3e1c8 (patch)
treefc22e5e846165243eca020305e8a01b4ab71541b /deploy.py
parentUpdate tox.ini (diff)
Change to "pycharm" style for import ordering
Diffstat (limited to 'deploy.py')
-rw-r--r--deploy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy.py b/deploy.py
index 1f0ca19ca..853d2b0c5 100644
--- a/deploy.py
+++ b/deploy.py
@@ -2,7 +2,6 @@ import os
import requests
-
branch = os.environ.get("TRAVIS_BRANCH")
url = os.environ.get("AUTODEPLOY_WEBHOOK")
token = os.environ.get("AUTODEPLOY_TOKEN")