Skip to content

Commit 6d04201

Browse files
pre-commit-ci[bot]nim65s
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4034035 commit 6d04201

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

happypose/toolbox/renderer/geometry.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434

3535
__all__ = (
3636
"make_axes",
37-
"make_grid",
38-
"make_cylinder",
3937
"make_box",
38+
"make_cylinder",
39+
"make_grid",
4040
"make_plane",
41-
"make_sphere",
4241
"make_points",
42+
"make_sphere",
4343
)
44-
__all__ = ("ViewerError", "ViewerClosedError")
44+
__all__ = ("ViewerClosedError", "ViewerError")
4545

4646

4747
class ViewerError(Exception):

0 commit comments

Comments
 (0)