Skip to content

Commit 7b4717a

Browse files
committed
tidy import
1 parent c26707c commit 7b4717a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firedrake/interpolation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import FIAT
1111
import ufl
1212
import finat.ufl
13-
from ufl.algorithms import extract_arguments, extract_coefficients
13+
from ufl.algorithms import extract_arguments
1414
from ufl.domain import as_domain, extract_unique_domain
1515
from ufl.classes import Expr
1616

@@ -26,7 +26,7 @@
2626

2727
import firedrake
2828
from firedrake import tsfc_interface, utils
29-
from firedrake.ufl_expr import Argument, Coargument, action, adjoint as expr_adjoint
29+
from firedrake.ufl_expr import Argument, Coargument, action
3030
from firedrake.cofunction import Cofunction
3131
from firedrake.function import Function
3232
from firedrake.mesh import MissingPointsBehaviour, VertexOnlyMeshMissingPointsError, VertexOnlyMeshTopology

0 commit comments

Comments
 (0)