Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinBabe committed Jun 18, 2024
1 parent 2ae43b3 commit 06c4349
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/worldcereal/openeo/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
SpatialContext,
TemporalContext,
)
from openeo_gfmap.fetching.meteo import build_meteo_extractor
from openeo_gfmap.fetching.generic import build_generic_extractor
from openeo_gfmap.fetching.meteo import build_meteo_extractor
from openeo_gfmap.fetching.s1 import build_sentinel1_grd_extractor
from openeo_gfmap.fetching.s2 import build_sentinel2_l2a_extractor
from openeo_gfmap.preprocessing.compositing import mean_compositing, median_compositing, sum_compositing
from openeo_gfmap.preprocessing.compositing import (
mean_compositing,
median_compositing,
)
from openeo_gfmap.preprocessing.sar import compress_backscatter_uint16
from openeo_gfmap.utils.catalogue import UncoveredS1Exception, select_S1_orbitstate

Expand Down

0 comments on commit 06c4349

Please sign in to comment.