Skip to content

Commit

Permalink
fix silly missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tommbendall committed Jul 25, 2023
1 parent 972a91e commit eeb7dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/fml_tests/test_replace_subject.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from firedrake import (UnitSquareMesh, FunctionSpace, Function, TestFunction,
VectorFunctionSpace, MixedFunctionSpace, dx, inner,
TrialFunctions, TrialFunction, split)
from gusto.fml import (Label subject, replace_subject, replace_test_function,
from gusto.fml import (Label, subject, replace_subject, replace_test_function,
replace_trial_function)
import pytest

Expand Down

0 comments on commit eeb7dbd

Please sign in to comment.