From 60e972a8219af6967de19641feaf99207b8bdf2a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 13:02:54 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- eoreader/reader.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eoreader/reader.py b/eoreader/reader.py index 4955ca74..68bf15ce 100644 --- a/eoreader/reader.py +++ b/eoreader/reader.py @@ -361,16 +361,16 @@ class Constellation(ListEnum): Constellation.HLS: rf"{CONSTELLATION_REGEX[Constellation.HLS]}\.Fmask\.tif", Constellation.GS2: rf"{CONSTELLATION_REGEX[Constellation.GS2]}\.dim", Constellation.SPOT45: [ - r"METADATA\.DIM", # Too generic name, check also a band - r"IMAGERY\.TIF", + r"METADATA\.DIM", # Too generic name, check also a band + r"IMAGERY\.TIF", ], Constellation.SPOT4: [ - r"METADATA\.DIM", # Too generic name, check also a band - r"IMAGERY\.TIF", + r"METADATA\.DIM", # Too generic name, check also a band + r"IMAGERY\.TIF", ], Constellation.SPOT5: [ - r"METADATA\.DIM", # Too generic name, check also a band - r"IMAGERY\.TIF", + r"METADATA\.DIM", # Too generic name, check also a band + r"IMAGERY\.TIF", ], Constellation.S2_SIN: { "nested": 1, # File that can be found at any level (product/**/file)