Skip to content

Commit

Permalink
remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Nov 13, 2023
1 parent 6eecf6b commit d481afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentinelhub/aws/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from ..base import DataRequest
from ..data_collections import DataCollection
from ..exceptions import deprecated_class, SHDeprecationWarning
from ..exceptions import SHDeprecationWarning
from .client import AwsDownloadClient
from .data import REQUESTER_PAYS_PARAMS, AwsProduct, AwsTile
from .data_safe import SafeProduct, SafeTile
Expand Down

0 comments on commit d481afc

Please sign in to comment.