From 4bdba0295871a9f433288438783e77eb39ddddd2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:36:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- eoreader/stac/stac_extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eoreader/stac/stac_extensions.py b/eoreader/stac/stac_extensions.py index f7d4e242..805b4866 100644 --- a/eoreader/stac/stac_extensions.py +++ b/eoreader/stac/stac_extensions.py @@ -29,6 +29,7 @@ from rasterio.crs import CRS from eoreader import cache +from eoreader.exceptions import InvalidProductError from eoreader.stac import StacCommonNames, stac_utils from eoreader.stac._stac_keywords import ( DESCRIPTION, @@ -56,7 +57,6 @@ get_media_type, repr_multiline_str, ) -from eoreader.exceptions import InvalidProductError class EoExt: