We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fd0c3 commit c39a213Copy full SHA for c39a213
1 file changed
openhexa/sdk/pipelines/runtime.py
@@ -38,7 +38,7 @@
38
class Argument:
39
"""Argument of a decorator."""
40
41
- name: str # Use str instead of string
+ name: str # Use str instead of string
42
types: list[type] = field(default_factory=list)
43
default_value: Any = None
44
transform: Callable | None = None
0 commit comments