Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Jun 19, 2023
1 parent db94cce commit 879ba84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion examples/11_colmap_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ def main(
cameras = read_cameras_binary(colmap_path / "cameras.bin")
images = read_images_binary(colmap_path / "images.bin")
points3d = read_points3d_binary(colmap_path / "points3D.bin")
gui_reset_up = server.add_gui_button("Reset up direction", hint="Set the camera control 'up' direction to the current camera's 'up'.")
gui_reset_up = server.add_gui_button(
"Reset up direction",
hint="Set the camera control 'up' direction to the current camera's 'up'.",
)

@gui_reset_up.on_click
def _(_) -> None:
Expand Down
1 change: 0 additions & 1 deletion viser/_message_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
Any,
Dict,
Generator,
Iterable,
List,
Optional,
Tuple,
Expand Down

0 comments on commit 879ba84

Please sign in to comment.