Skip to content

Commit 274a313

Browse files
fix lint
1 parent b5f44a9 commit 274a313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uipath/runtime/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def to_dict(self) -> dict[str, Any]:
4343
else:
4444
output_data = self.output
4545

46-
result = {
46+
result: dict[str, Any] = {
4747
"output": output_data,
4848
"status": self.status,
4949
}

0 commit comments

Comments
 (0)