Skip to content

Commit

Permalink
Update cognite/client/_api/simulators/simulator_routines.py
Browse files Browse the repository at this point in the history
Co-authored-by: Everton Colling <[email protected]>
  • Loading branch information
lpereiracgn and evertoncolling authored Dec 10, 2024
1 parent d5600fb commit f12fb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cognite/client/_api/simulators/simulator_routines.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def list(
List simulator routines
Args:
limit (int): The maximum number of simulator routines to return.
limit (int): Maximum number of results to return. Defaults to 1000. Set to -1, float(“inf”) or None to return all items.
filter (SimulatorRoutinesFilter | dict[str, Any] | None): The filter to narrow down simulator routines.
Returns:
Expand Down

0 comments on commit f12fb21

Please sign in to comment.