Skip to content

Commit

Permalink
typehint compatible with Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xkiixkii committed Aug 17, 2024
1 parent 13e97be commit 977d7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deformable_gym/envs/mujoco/base_mjenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def reset(
*,
seed: Optional[int] = None,
options: Optional[dict] = None,
) -> tuple[NDArray[np.float64], dict[str, Any]]:
) -> Tuple[NDArray[np.float64], dict[str, Any]]:
"""
Resets the environment to its initial state.
Expand Down

0 comments on commit 977d7bc

Please sign in to comment.