Skip to content

Commit

Permalink
fix circular import in LiveModelAnimation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed May 6, 2024
1 parent 5debfc3 commit d1f4f27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyorerun/live_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import numpy as np
import rerun as rr

from pyorerun import BiorbdModel, PhaseRerun
from .biorbd_components.model_interface import BiorbdModel
from .phase_rerun import PhaseRerun


class LiveModelAnimation:
Expand Down

0 comments on commit d1f4f27

Please sign in to comment.