Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Nov 2, 2023
1 parent 1f7bcd0 commit b13bb3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion festim/boundary_conditions/dirichlet_bc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import festim as F
import ufl
from ufl.core.operator import Operator
from dolfinx import fem
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion festim/hydrogen_transport_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from dolfinx.io import XDMFFile
import basix
import ufl
from ufl.core.operator import Operator
from mpi4py import MPI
from dolfinx.fem import Function, form, assemble_scalar
from dolfinx.mesh import meshtags
Expand Down
1 change: 0 additions & 1 deletion test/test_h_transport_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import dolfinx.mesh
from dolfinx import fem, nls
import ufl
from ufl.conditional import Conditional
import numpy as np
import pytest

Expand Down

0 comments on commit b13bb3a

Please sign in to comment.