Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratichhya committed Jan 23, 2025
1 parent 9da1d09 commit 33a17e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openeo_udp/variabilitymap/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import json
import sys
from pathlib import Path
from typing import Type, Union
from typing import List, Union

import openeo
from openeo.api.process import Parameter
Expand All @@ -21,7 +21,7 @@ def load_udf(filename: str) -> PGNode:

def get_variabilitymap(
connection: openeo.Connection,
temporal_extent: Union[Type[str], Parameter, None] = None,
temporal_extent: Union[List[str], Parameter, None] = None,
spatial_extent: Union[Parameter, dict, None] = None,
raw: Union[bool, Parameter] = False,
) -> openeo.DataCube:
Expand Down

0 comments on commit 33a17e3

Please sign in to comment.