Skip to content

Commit 46e424b

Browse files
committed
feat: removed future dependency
1 parent 78ed57c commit 46e424b

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

intuitlib/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from __future__ import absolute_import
16-
1715
import json
1816
import requests
1917

intuitlib/migration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""This module helps in migrating OAuth 1.0a tokens to OAuth 2.0
1616
"""
17-
from __future__ import absolute_import
1817

1918
import json
2019
from requests_oauthlib import OAuth1

intuitlib/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""This module contains utility methods used by this library
1616
"""
17-
from __future__ import absolute_import
1817

1918
import json
2019
from base64 import b64encode, b64decode, urlsafe_b64decode

intuitlib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
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'

0 commit comments

Comments
 (0)