From d481afc21ec4e3d1b5d2b85d42a04ab7bbb9043a Mon Sep 17 00:00:00 2001 From: Ziga Luksic Date: Mon, 13 Nov 2023 11:14:09 +0100 Subject: [PATCH] remove redundant import --- sentinelhub/aws/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinelhub/aws/request.py b/sentinelhub/aws/request.py index b4d82a05..f52ab4cf 100644 --- a/sentinelhub/aws/request.py +++ b/sentinelhub/aws/request.py @@ -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