Skip to content

Commit

Permalink
Remove assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Nov 14, 2019
1 parent 628c7a2 commit 8f297a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion magma/port.py
Expand Up @@ -222,7 +222,6 @@ def value(self):
if self in self.wires.inputs:
if len(self.wires.outputs) < 1:
return None
assert len(self.wires.outputs) == 1
return self.wires.outputs[0]

return None
Expand Down

0 comments on commit 8f297a4

Please sign in to comment.