Skip to content

Commit

Permalink
Issue #45: pre-commit run --all-files ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Oct 17, 2024
1 parent 7099c15 commit 6201731
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openeo_udp/examples/max_ndvi_composite/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from pathlib import Path

import openeo
from attr.validators import optional
from openeo.api.process import Parameter
from openeo.processes import array_create
from openeo.rest.udp import build_process_dict
Expand Down Expand Up @@ -64,7 +63,6 @@ def scl_to_masks(scl_layer):
"snow": 11,
}

from openeo.processes import any

cloud_mask = scl.apply(process=scl_to_masks)

Expand Down

0 comments on commit 6201731

Please sign in to comment.