Skip to content

Commit

Permalink
Merge pull request #371 from phanrahan/fix-warning
Browse files Browse the repository at this point in the history
Fix DeprecationWarning
  • Loading branch information
leonardt committed Mar 21, 2019
2 parents 2e51b72 + 01f5fbc commit 590a5a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion magma/tuple.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from collections import Sequence, Mapping, OrderedDict
from collections.abc import Sequence, Mapping
from collections import OrderedDict
from .ref import AnonRef, TupleRef
from .t import Type, Kind
from .compatibility import IntegerTypes
Expand Down

0 comments on commit 590a5a4

Please sign in to comment.