Skip to content

Commit 3504998

Browse files
committed
Remove unnecessary future imports
1 parent f176012 commit 3504998

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

aws_xray_sdk/ext/boto_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
# Need absolute import as botocore is also in the current folder for py27
31
import json
42
import pkgutil
53

tests/ext/flask_sqlalchemy/test_query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import absolute_import
21
import pytest
32
from aws_xray_sdk.core import xray_recorder
43
from aws_xray_sdk.core.context import Context

tests/ext/sqlalchemy/test_query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import absolute_import
21
import pytest
32
from aws_xray_sdk.core import xray_recorder
43
from aws_xray_sdk.core.context import Context

tests/ext/sqlalchemy_core/test_base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
import pytest
42
from sqlalchemy import create_engine, Column, Integer, String
53
from sqlalchemy.ext.declarative import declarative_base

0 commit comments

Comments
 (0)