Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Dec 18, 2023
1 parent fbcb406 commit a55ff9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/algorithms/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Fixtures common across algorithm tests."""
from typing import Sequence

import gymnasium as gym
import pytest
from stable_baselines3.common import envs
from stable_baselines3.common.policies import BasePolicy
Expand Down

0 comments on commit a55ff9e

Please sign in to comment.