Skip to content

Commit f903320

Browse files
iMicknlCopilot
andauthored
Update pyoverkiz/models.py
Co-authored-by: Copilot <[email protected]>
1 parent f7d683c commit f903320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoverkiz/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ class Command:
477477
def __init__(
478478
self,
479479
name: OverkizCommand,
480-
parameters: list[str | int | float] | None = None,
480+
parameters: list[str | int | float | OverkizCommandParam] | None = None,
481481
type: int | None = None,
482482
**_: Any,
483483
):

0 commit comments

Comments
 (0)