We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc5211 commit 90ce878Copy full SHA for 90ce878
atlassian/rest_client.py
@@ -24,7 +24,7 @@
24
from oauthlib.oauth1.rfc5849 import SIGNATURE_RSA_SHA512 as SIGNATURE_RSA
25
except ImportError:
26
from oauthlib.oauth1 import SIGNATURE_RSA
27
-
+
28
from requests import HTTPError, Response, Session
29
from requests_oauthlib import OAuth1, OAuth2
30
from six.moves.urllib.parse import urlencode
0 commit comments