refactor: Update logs variable type annotation in build_logs method for better clarity and consistency
This commit is contained in:
parent
d0bf57fc91
commit
f0386ea6ec
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ def get_message(payload):
|
|||
|
||||
|
||||
def build_logs(vertex, result) -> dict:
|
||||
logs = dict()
|
||||
logs: dict[str, Log] = dict()
|
||||
component_instance = result[0]
|
||||
for index, output in enumerate(vertex.outputs):
|
||||
if component_instance.status is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue