Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and nim65s committed Nov 26, 2024
1 parent 707335d commit 2cd47b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions happypose/toolbox/renderer/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@

__all__ = (
"make_axes",
"make_grid",
"make_cylinder",
"make_box",
"make_cylinder",
"make_grid",
"make_plane",
"make_sphere",
"make_points",
"make_sphere",
)
__all__ = ("ViewerError", "ViewerClosedError")
__all__ = ("ViewerClosedError", "ViewerError")


class ViewerError(Exception):
Expand Down

0 comments on commit 2cd47b6

Please sign in to comment.