Skip to content

Commit c512b2f

Browse files
committed
ruff
1 parent 8014a7b commit c512b2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

trimesh/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
units,
4040
util,
4141
)
42-
43-
# geometry objects
44-
from .parent import Geometry
4542
from .base import Trimesh
4643

4744
# general numeric tolerances
4845
from .constants import tol
4946

5047
# loader functions
5148
from .exchange.load import available_formats, load, load_mesh, load_path, load_remote
49+
50+
# geometry objects
51+
from .parent import Geometry
5252
from .points import PointCloud
5353
from .scene.scene import Scene
5454
from .transformations import transform_points

0 commit comments

Comments
 (0)