Skip to content

Commit

Permalink
type hinting again x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
reginald-mclean committed Aug 30, 2024
1 parent 99ba23a commit 4c96658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaworld/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def toggle_sample_tasks_on_reset(self, on: bool):
def __init__(
self,
env: Env,
tasks: list[Task],
tasks: List[Task],
sample_tasks_on_reset: bool = False,
seed: Optional[int] = None,
):
Expand Down

0 comments on commit 4c96658

Please sign in to comment.