Skip to content

Commit

Permalink
Sort import
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Feb 1, 2024
1 parent 22db0ca commit dd3b965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ufl/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#
# Modified by Nacime Bouziani, 2021-2022.

from itertools import chain

from ufl.algebra import Sum
from ufl.argument import Argument, Coargument
from ufl.coefficient import BaseCoefficient, Coefficient, Cofunction
Expand All @@ -16,7 +18,6 @@
from ufl.differentiation import CoefficientDerivative
from ufl.form import BaseForm, Form, FormSum, ZeroBaseForm
from ufl.matrix import Matrix
from itertools import chain

# --- The Action class represents the action of a numerical object that needs
# to be computed at assembly time ---
Expand Down

0 comments on commit dd3b965

Please sign in to comment.