Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions flow360/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@
from flow360.component.volume_mesh import VolumeMeshV2 as VolumeMesh
from flow360.environment import Env
from flow360.plugins import report
from flow360.version import __solver_version__, __version__

__all__ = [
"GeometryRefinement",
Expand All @@ -183,8 +182,6 @@
"ProjectAnisoSpacing",
"BoundaryLayer",
"PassiveSpacing",
"__solver_version__",
"__version__",
"Accounts",
"Project",
"u",
Expand Down
Loading