From ffe1781d922d9d3b4a250e35a4196a7a9fa3c7cd Mon Sep 17 00:00:00 2001 From: Hugo Winbladh <hugwi268@student.liu.se> Date: Wed, 5 Jul 2023 12:44:39 +0200 Subject: [PATCH] fix comment formatting to pass the pipeline --- b_asic/signal_flow_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b_asic/signal_flow_graph.py b/b_asic/signal_flow_graph.py index 45a4d116..befbd670 100644 --- a/b_asic/signal_flow_graph.py +++ b/b_asic/signal_flow_graph.py @@ -759,7 +759,7 @@ class SFG(AbstractOperation): The source operation GraphID to connect to. new_operation : Operation The new operation, e.g. Multiplication. - port: Optional[int] + port : Optional[int] The number of the InputPort before which the new operation shall be inserted """ -- GitLab