summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/endpoints/test_revocation_endpoint.py
diff options
context:
space:
mode:
authorOmer Katz <omerk@checkpoint.com>2017-09-17 14:14:31 +0300
committerOmer Katz <omerk@checkpoint.com>2017-09-17 14:14:31 +0300
commit0218f8da4f6405c6a38ea7e01feacf73b35dd698 (patch)
tree7497e617e696a96eb7d66fadf9c933394b12a05d /tests/oauth2/rfc6749/endpoints/test_revocation_endpoint.py
parentc00a194e2986e75da4acf05ec413ab21cb6d46da (diff)
downloadoauthlib-0218f8da4f6405c6a38ea7e01feacf73b35dd698.tar.gz
Sorted imports.
Diffstat (limited to 'tests/oauth2/rfc6749/endpoints/test_revocation_endpoint.py')
-rw-r--r--tests/oauth2/rfc6749/endpoints/test_revocation_endpoint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/oauth2/rfc6749/endpoints/test_revocation_endpoint.py b/tests/oauth2/rfc6749/endpoints/test_revocation_endpoint.py
index 46b909f..77f5662 100644
--- a/tests/oauth2/rfc6749/endpoints/test_revocation_endpoint.py
+++ b/tests/oauth2/rfc6749/endpoints/test_revocation_endpoint.py
@@ -2,6 +2,7 @@
from __future__ import absolute_import, unicode_literals
from json import loads
+
from mock import MagicMock
from oauthlib.common import urlencode