summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/src/account/jira_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pharos-dashboard/src/account/jira_util.py')
-rw-r--r--tools/pharos-dashboard/src/account/jira_util.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/pharos-dashboard/src/account/jira_util.py b/tools/pharos-dashboard/src/account/jira_util.py
index c333f8c4..fdb87f77 100644
--- a/tools/pharos-dashboard/src/account/jira_util.py
+++ b/tools/pharos-dashboard/src/account/jira_util.py
@@ -12,11 +12,10 @@ import base64
import os
import oauth2 as oauth
+from django.conf import settings
from jira import JIRA
from tlslite.utils import keyfactory
-from django.conf import settings
-
class SignatureMethod_RSA_SHA1(oauth.SignatureMethod):
name = 'RSA-SHA1'