Skip to content

Commit

Permalink
Annotation nit
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Oct 18, 2023
1 parent 02c05c8 commit ef64ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viser/_message_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def configure_theme(

def add_glb(
self,
name,
name: str,
glb_data: bytes,
scale=1.0,
wxyz: Tuple[float, float, float, float] | onp.ndarray = (1.0, 0.0, 0.0, 0.0),
Expand Down

0 comments on commit ef64ff7

Please sign in to comment.