File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed
Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1212 # See the License for the specific language governing permissions and
1313 # limitations under the License.
1414
15- from __future__ import absolute_import
16-
1715import json
1816import requests
1917
Original file line number Diff line number Diff line change 1414
1515"""This module helps in migrating OAuth 1.0a tokens to OAuth 2.0
1616"""
17- from __future__ import absolute_import
1817
1918import json
2019from requests_oauthlib import OAuth1
Original file line number Diff line number Diff line change 1414
1515"""This module contains utility methods used by this library
1616"""
17- from __future__ import absolute_import
1817
1918import json
2019from base64 import b64encode , b64decode , urlsafe_b64decode
Original file line number Diff line number Diff line change 1212 # See the License for the specific language governing permissions and
1313 # limitations under the License.
1414
15- __version__ = '1.2.4 '
15+ __version__ = '1.2.5 '
You can’t perform that action at this time.
0 commit comments