Skip to content

Commit

Permalink
fix the ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramadevie committed Feb 13, 2025
1 parent e6aa96a commit 5060b0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/fusion/fusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1920,8 +1920,10 @@ def output_dataflow( # noqa: PLR0913
- "Application (SEAL)"
- "Intelligent Solution"
- "User Tool"
consumer_application_id (list[dict[str, str]] | dict[str, str] | None, optional): The consumer application
ID (downstream application, consuming the flow). Defaults to None. If a dictionary or List of Dict is provided, it must
consumer_application_id (
list[dict[str, str]] | dict[str, str] | None, optional
): The consumer application ID (downstream application, consuming the flow). Defaults to None.
If a dictionary or List of Dict is provided, it must
contain keys 'id' and 'type', where 'type' should be one of the values
- "Application (SEAL)"
- "Intelligent Solution"
Expand Down

0 comments on commit 5060b0b

Please sign in to comment.