Skip to content

Commit

Permalink
Use typing for Sequence instead of collections.abc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577247039
Change-Id: If09884429070d74bcf517da78a3fa43c158978a2
  • Loading branch information
erikfrey authored and copybara-github committed Oct 27, 2023
1 parent 88d67fd commit 189dcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mjx/mujoco/mjx/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# ==============================================================================
"""An example integration of MJX with the MuJoCo viewer."""

from collections.abc import Sequence
import time
from typing import Sequence

from absl import app
from absl import flags
Expand Down

0 comments on commit 189dcc8

Please sign in to comment.