summaryrefslogtreecommitdiffstats
path: root/dashboard/src/account/jira_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/account/jira_util.py')
-rw-r--r--dashboard/src/account/jira_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/account/jira_util.py b/dashboard/src/account/jira_util.py
index fdb87f7..18b0e26 100644
--- a/dashboard/src/account/jira_util.py
+++ b/dashboard/src/account/jira_util.py
@@ -62,4 +62,4 @@ def get_jira(user):
'key_cert': key_cert
}
- return JIRA(server=settings.JIRA_URL, oauth=oauth_dict) \ No newline at end of file
+ return JIRA(server=settings.JIRA_URL, oauth=oauth_dict)