Skip to content

Commit

Permalink
Merge pull request #427 from phanrahan/product-cache
Browse files Browse the repository at this point in the history
Update from_fields interface
  • Loading branch information
leonardt committed Jul 25, 2019
2 parents a23356d + bdeb967 commit a12ce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magma/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

Expand Down

0 comments on commit a12ce68

Please sign in to comment.