Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 10, 2024
1 parent 1106de5 commit 0ee3ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoreader/stac/stac_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -56,7 +57,6 @@
get_media_type,
repr_multiline_str,
)
from eoreader.exceptions import InvalidProductError


class EoExt:
Expand Down

0 comments on commit 0ee3ad6

Please sign in to comment.