From 9400453f29123edc591227616addc6bff6184e43 Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Tue, 12 Feb 2019 15:14:24 +0100 Subject: [PATCH] pep8 --- python/dune/codegen/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/dune/codegen/tools.py b/python/dune/codegen/tools.py index a27ee133..3374cc71 100644 --- a/python/dune/codegen/tools.py +++ b/python/dune/codegen/tools.py @@ -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) -- GitLab