Skip to content

Commit 12dfb31

Browse files
committed
Update dolfinx import
1 parent 053f4fe commit 12dfb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neuron_morphology/transforms/streamline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import numpy as np
44
import dolfinx.fem as fem
55
from dolfinx.fem.petsc import LinearProblem
6-
from dolfinx.io import gmshio
6+
import dolfinx.io.gmsh as gmshio
77
from typing import List, Tuple
88
from mpi4py import MPI
99
from petsc4py.PETSc import ScalarType

0 commit comments

Comments
 (0)