aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar momothereal <[email protected]>2018-06-23 11:56:43 -0400
committerGravatar momothereal <[email protected]>2018-06-23 11:56:43 -0400
commitc0d56327bd15b3f93bb95e76a2611d24b63981a0 (patch)
tree5896b85db4086df9c3ea7fe9eb76fca9bd0731a2 /pysite
parentShow more helpful error messages when editing team repo (diff)
Fix linting issue
Diffstat (limited to 'pysite')
-rw-r--r--pysite/views/main/jams/team_edit_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/main/jams/team_edit_repo.py b/pysite/views/main/jams/team_edit_repo.py
index 3aa37ba6..719013ac 100644
--- a/pysite/views/main/jams/team_edit_repo.py
+++ b/pysite/views/main/jams/team_edit_repo.py
@@ -9,7 +9,7 @@ from urllib3.util import parse_url
from werkzeug.exceptions import BadRequest, NotFound, Unauthorized
from pysite.base_route import APIView
-from pysite.constants import GITLAB_ACCESS_TOKEN, ErrorCodes
+from pysite.constants import ErrorCodes, GITLAB_ACCESS_TOKEN
from pysite.decorators import csrf
from pysite.mixins import DBMixin, OAuthMixin