Skip to content

Commit

Permalink
style: fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaiejj committed Apr 30, 2024
1 parent 92f9718 commit 7d8b236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnisafe/envs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# ==============================================================================
"""Environment API for OmniSafe."""

from omnisafe.envs import classic_control
from contextlib import suppress

from omnisafe.envs import classic_control
from omnisafe.envs.core import CMDP, env_register, make, support_envs
from omnisafe.envs.crabs_env import CRABSEnv
from omnisafe.envs.custom_env import CustomEnv
Expand Down

0 comments on commit 7d8b236

Please sign in to comment.