Skip to content

Commit

Permalink
Apply pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM committed Aug 9, 2024
1 parent ca3b036 commit d3aa767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/jax/test_wrapper_gym.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from collections.abc import Mapping
import gym

import numpy as np
import jax
import jax.numpy as jnp
import numpy as np

from skrl import config
from skrl.envs.wrappers.jax import GymWrapper, wrap_env
Expand Down
2 changes: 1 addition & 1 deletion tests/jax/test_wrapper_gymnasium.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from collections.abc import Mapping
import gymnasium as gym

import numpy as np
import jax
import jax.numpy as jnp
import numpy as np

from skrl import config
from skrl.envs.wrappers.jax import GymnasiumWrapper, wrap_env
Expand Down

0 comments on commit d3aa767

Please sign in to comment.