Skip to content

Commit

Permalink
Update magma/wireable.py
Browse files Browse the repository at this point in the history
Co-authored-by: rsetaluri <[email protected]>
  • Loading branch information
leonardt and rsetaluri authored Sep 17, 2020
1 parent 8e038e6 commit 05745ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions magma/wireable.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .array import Array
from .tuple import Tuple
from .protocol_type import magma_type
from magma.array import Array
from magma.tuple import Tuple
from magma.protocol_type import magma_type


def wireable(T1, T2):
Expand Down

0 comments on commit 05745ab

Please sign in to comment.