Skip to content

Commit

Permalink
Merge ebb0134 into a9c8f6d
Browse files Browse the repository at this point in the history
  • Loading branch information
cdonovick committed Sep 24, 2019
2 parents a9c8f6d + ebb0134 commit 4a988f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magma/product.py
Expand Up @@ -6,7 +6,7 @@

class MagmaProductMeta(ProductMeta):
@classmethod
def _from_fields(mcs, fields, name, bases, ns, cache, **kwargs):
def _from_fields(mcs, fields, name, bases, ns, **kwargs):
assert fields
return m.Tuple(**fields)

Expand Down

0 comments on commit 4a988f1

Please sign in to comment.