diff --git a/src/worldcereal/openeo/feature_extractor.py b/src/worldcereal/openeo/feature_extractor.py index 08b8f2f0..19472ef1 100644 --- a/src/worldcereal/openeo/feature_extractor.py +++ b/src/worldcereal/openeo/feature_extractor.py @@ -64,7 +64,6 @@ def output_labels(self) -> list: def execute(self, inarr: xr.DataArray) -> xr.DataArray: import sys - from pathlib import Path if self.epsg is None: raise ValueError(