Skip to content

Commit

Permalink
fix import error related to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jshipton committed Aug 24, 2023
1 parent 166d2b2 commit cd0232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gusto/timeloop.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from gusto.equations import PrognosticEquationSet
from gusto.fields import TimeLevelFields, StateFields
from gusto.forcing import Forcing
from gusto.fml.form_manipulation_labelling import drop, Label, Term
from gusto.fml import drop, Label, Term
from gusto.labels import (
transport, diffusion, time_derivative, linearisation, prognostic,
physics, transporting_velocity
Expand Down

0 comments on commit cd0232f

Please sign in to comment.