From d92e5c8f9ebb76f95439e55a9548e778d1ee73fa Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Wed, 23 Jan 2019 15:11:04 +0100 Subject: [PATCH] Remove old import --- python/dune/codegen/pdelab/adjoint.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/dune/codegen/pdelab/adjoint.py b/python/dune/codegen/pdelab/adjoint.py index 4bf35aa5..d1a98616 100644 --- a/python/dune/codegen/pdelab/adjoint.py +++ b/python/dune/codegen/pdelab/adjoint.py @@ -21,7 +21,6 @@ from dune.codegen.generation import (accumulation_mixin, from dune.codegen.options import (get_form_option, ) from dune.codegen.loopy.target import dtype_floatingpoint -from dune.codegen.pdelab import PDELabInterface from dune.codegen.pdelab.localoperator import (boundary_predicates, determine_accumulation_space, extract_kernel_from_cache, -- GitLab