Skip to content

Commit 241c8a5

Browse files
author
Massimiliano Pippi
committed
removed tabs
1 parent 834867d commit 241c8a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oauth2_provider/tests/test_client_credential.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from __future__ import unicode_literals
22

33
import json
4-
import base64
4+
55
try:
6-
import urllib.parse as urllib
6+
import urllib.parse as urllib
77
except ImportError:
8-
import urllib
8+
import urllib
99

1010
from django.core.urlresolvers import reverse
1111
from django.test import TestCase, RequestFactory

0 commit comments

Comments
 (0)