Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 6, 2024
1 parent 59596d3 commit 7001f9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_all_webhook_components_in_flow(flow_data: dict | None):


def get_components_versions(flow: Flow):
versions: dict[str,str] = {}
versions: dict[str, str] = {}
if flow.data is None:
return versions
nodes = flow.data.get("nodes", [])
Expand Down

0 comments on commit 7001f9e

Please sign in to comment.