Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
blazs committed Jan 16, 2018
1 parent 2eecb03 commit 8f8de24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import shutil

from sentinelhub.data_request import AwsTileRequest, AwsProductRequest
from sentinelhub.aws import AwsTile

logging.basicConfig(level=logging.INFO,
format='%(asctime)-15s %(module)s:%(lineno)d [%(levelname)s] %(funcName)s %(message)s')
Expand Down
1 change: 0 additions & 1 deletion tests/test_aws_safe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import shutil

from sentinelhub.data_request import AwsTileRequest, AwsProductRequest
from sentinelhub.aws_safe import SafeTile

logging.basicConfig(level=logging.INFO,
format='%(asctime)-15s %(module)s:%(lineno)d [%(levelname)s] %(funcName)s %(message)s')
Expand Down

0 comments on commit 8f8de24

Please sign in to comment.