Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sparisi committed Nov 9, 2024
1 parent 15be3c8 commit cff8306
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/wrappers/test_white_noise_rendering.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
"""Test suite of AddWhiteNoise and ObstructView wrapper."""

import re

import pytest

import gymnasium as gym
from gymnasium.wrappers import AddWhiteNoise, ObstructView, HumanRendering
from gymnasium.wrappers import AddWhiteNoise, HumanRendering, ObstructView


def test_white_noise_rendering():
Expand Down

0 comments on commit cff8306

Please sign in to comment.