Skip to content

Commit 2b71a3d

Browse files
committed
Revert imports
1 parent f3d76d8 commit 2b71a3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flask_oauthlib/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@
1919
from werkzeug import parse_options_header, cached_property
2020
from .utils import to_bytes
2121
try:
22-
from urllib import urlencode
23-
from urlparse import parse_qsl, urljoin, urlparse, urlunparse
22+
from urlparse import urljoin
2423
import urllib2 as http
2524
except ImportError:
2625
from urllib import request as http
2726
from urllib.parse import urljoin
28-
from urllib.parse import parse_qsl, urlencode, urlparse, urlunparse
2927
log = logging.getLogger('flask_oauthlib')
3028

3129

0 commit comments

Comments
 (0)