Skip to content

Commit

Permalink
Merge 3cf4140 into 572922b
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguy3nImprovd committed Aug 16, 2020
2 parents 572922b + 3cf4140 commit c8905f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flask_oauthlib/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
from functools import wraps
from oauthlib.common import to_unicode, PY3, add_params_to_uri
from flask import request, redirect, json, session, current_app
from werkzeug import url_quote, url_decode, url_encode
from werkzeug import parse_options_header, cached_property
from werkzeug.urls import url_quote, url_decode, url_encode
from werkzeug.http import parse_options_header
from werkzeug.utils import cached_property
from .utils import to_bytes
try:
from urlparse import urljoin
Expand Down

0 comments on commit c8905f9

Please sign in to comment.