From 9605f2e56c8a44d670f3316fd4d39946da759b99 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 11 Jun 2023 18:05:50 +0200 Subject: [PATCH] Fix: Test for dmc still referenced lib directly (not via shimmy) --- test/test_dmc_envs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_dmc_envs.py b/test/test_dmc_envs.py index 266a12f..3888f59 100644 --- a/test/test_dmc_envs.py +++ b/test/test_dmc_envs.py @@ -3,7 +3,6 @@ from typing import Callable import gymnasium as gym import pytest -from dm_control import suite, manipulation import fancy_gym from test.utils import run_env, run_env_determinism