Skip to content

Commit

Permalink
linting of result
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Feb 25, 2025
1 parent 54545c2 commit 3b9a05a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyvcell/data_model/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
from pyvcell.data_model.plotter import Plotter
from pyvcell.data_model.var_types import NDArray2D
from pyvcell.data_model.vtk_data import VtkData
from pyvcell.data_model.zarr_types import Channel, ZarrMetadata, AxisMetadata, ChannelMetadata, MeshVolumeRegion, MeshMetadata
from pyvcell.data_model.zarr_types import (
AxisMetadata,
Channel,
ChannelMetadata,
MeshMetadata,
MeshVolumeRegion,
ZarrMetadata,
)
from pyvcell.simdata.mesh import CartesianMesh
from pyvcell.simdata.postprocessing import PostProcessing
from pyvcell.simdata.simdata_models import DataFunctions, PdeDataSet
Expand Down

0 comments on commit 3b9a05a

Please sign in to comment.