Skip to content

Commit

Permalink
Fix circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Sep 15, 2023
1 parent 0ed3c73 commit 5c81ade
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/viser/_message_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
import trimesh.visual
from typing_extensions import Literal, ParamSpec, TypeAlias, assert_never

from viser import ClickEvent

from . import _messages, infra, theme
from ._scene_handles import (
CameraFrustumHandle,
ClickEvent,
FrameHandle,
Gui3dContainerHandle,
ImageHandle,
Expand Down

0 comments on commit 5c81ade

Please sign in to comment.