Skip to content

Commit

Permalink
temporal: Accept None for id argument in dataset_factory overload as …
Browse files Browse the repository at this point in the history
…used in existing calls
  • Loading branch information
echoix committed Oct 27, 2024
1 parent fb023d0 commit a7d4b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/grass/temporal/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def dataset_factory(


def dataset_factory(
type: str, id: str
type: str, id: str | None
) -> (
SpaceTimeRasterDataset
| SpaceTimeRaster3DDataset
Expand Down

0 comments on commit a7d4b29

Please sign in to comment.