Skip to content

Commit

Permalink
ruff checked
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratichhya committed Jan 9, 2025
1 parent 044b57b commit c3b998f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions openeo_udp/fusets_mogpr/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from set_path import load_set_path
from typing import Union

import openeo
from openeo import DataCube
from openeo.api.process import Parameter
from openeo.processes import ProcessBuilder, apply_neighborhood
Expand All @@ -24,8 +23,6 @@ def get_mogpr(


def generate() -> dict:
connection = openeo.connect("openeofed.dataspace.copernicus.eu")

# define parameters
input_cube = Parameter.datacube(
name="input_raster_cube",
Expand Down
1 change: 0 additions & 1 deletion openeo_udp/fusets_mogpr/set_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import zipfile
import requests
import functools
from typing import Union
from pathlib import Path

from openeo.udf import inspect
Expand Down

0 comments on commit c3b998f

Please sign in to comment.