Skip to content
Snippets Groups Projects
Commit 9400453f authored by Dominic Kempf's avatar Dominic Kempf
Browse files

pep8

parent 8065ee42
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ class ImmutableCuttingRecord(pytools.ImmutableRecord):
return type(self) == type(other) and all(getattr(self, field) == getattr(other, field) for field in self.__class__.fields if not field.startswith("_"))
def get_pymbolic_basename(expr):
assert isinstance(expr, prim.Expression), "Type: {}, expr: {}".format(type(expr), expr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment