Skip to content
Snippets Groups Projects
Commit dead8fed authored by Hugo Winbladh's avatar Hugo Winbladh Committed by Oscar Gustafsson
Browse files

fix pipeline error

parent 8ea707df
No related branches found
No related tags found
1 merge request!425Add a sink operation to avoid dangling nodes
...@@ -1301,7 +1301,7 @@ class Sink(AbstractOperation): ...@@ -1301,7 +1301,7 @@ class Sink(AbstractOperation):
return self.latency_offsets["in0"] return self.latency_offsets["in0"]
def __repr__(self) -> str: def __repr__(self) -> str:
return f"Sink()" return "Sink()"
def __str__(self) -> str: def __str__(self) -> str:
return f"sink" return "sink"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment