Skip to content

Commit c39a213

Browse files
authored
typo
1 parent 71fd0c3 commit c39a213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openhexa/sdk/pipelines/runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
class Argument:
3939
"""Argument of a decorator."""
4040

41-
name: str # Use str instead of string
41+
name: str # Use str instead of string
4242
types: list[type] = field(default_factory=list)
4343
default_value: Any = None
4444
transform: Callable | None = None

0 commit comments

Comments
 (0)