Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Feb 15, 2024
1 parent 7ab6c47 commit c334a51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/python/gym/test_gym_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ def test_register_legacy_env_id():
def _mocked_register_gym_configs(*args, **kwargs):
return _original_register_gym_configs(*args, **kwargs, prefix=prefix)

with patch("ale_py.gym_registration._register_gym_configs", new=_mocked_register_gym_configs):
with patch(
"ale_py.gym_registration._register_gym_configs",
new=_mocked_register_gym_configs,
):
# Register internal IDs
register_legacy_gym_envs()

Expand Down

0 comments on commit c334a51

Please sign in to comment.