Skip to content

Commit 6201731

Browse files
committed
Issue #45: pre-commit run --all-files ruff
1 parent 7099c15 commit 6201731

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openeo_udp/examples/max_ndvi_composite/generate.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from pathlib import Path
44

55
import openeo
6-
from attr.validators import optional
76
from openeo.api.process import Parameter
87
from openeo.processes import array_create
98
from openeo.rest.udp import build_process_dict
@@ -64,7 +63,6 @@ def scl_to_masks(scl_layer):
6463
"snow": 11,
6564
}
6665

67-
from openeo.processes import any
6866

6967
cloud_mask = scl.apply(process=scl_to_masks)
7068

0 commit comments

Comments
 (0)