Skip to content

Commit 056dbe7

Browse files
committed
cleanup
1 parent a8f7c7d commit 056dbe7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

demos/bbm_auxiliary/demo_bbm_aux.py.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ Firedrake, Irksome, and other imports::
5252

5353
from firedrake import (Constant, Function, FunctionSpace,
5454
PeriodicIntervalMesh, SpatialCoordinate, TestFunction, TrialFunction,
55-
assemble, derivative, dx, exp, grad, inner,
56-
norm, plot, project, replace, solve, split
55+
assemble, derivative, dx, exp, grad, inner, plot, replace, solve, split
5756
)
5857

5958
from irksome import Dt, GalerkinTimeStepper, TimeQuadratureLabel

0 commit comments

Comments
 (0)