Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
younik committed Jun 27, 2024
1 parent b099f4d commit da8bbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gymnasium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
VectorizeMode,
register_envs,
)
from gymnasium import spaces, utils, vector, wrappers, error, logger, functional

# Initializing pygame initializes audio connections through SDL. SDL uses alsa by default on all Linux systems
# SDL connecting to alsa frequently create these giant lists of warnings every time you import an environment using
Expand All @@ -35,8 +36,7 @@
os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "hide"

# necessary for `envs.__init__` which registers all gymnasium environments and loads plugins
from gymnasium import envs
from gymnasium import spaces, utils, vector, wrappers, error, logger, functional
from gymnasium import envs # noqa: E402


__all__ = [
Expand Down

0 comments on commit da8bbd3

Please sign in to comment.