Skip to content

Commit 47a3e62

Browse files
committed
style: fix imports from rebase
1 parent ff7eac3 commit 47a3e62

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

python/rcs/envs/creators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
RobotSimWrapper,
2424
SimWrapper,
2525
)
26-
from rcs.envs.space_utils import VecType
2726
from rcs.envs.utils import default_sim_gripper_cfg, default_sim_robot_cfg
2827

2928
import rcs

python/rcs/envs/sim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import gymnasium as gym
55
import numpy as np
66
from rcs.envs.base import ControlMode, GripperWrapper, MultiRobotWrapper, RobotEnv
7-
from rcs.envs.space_utils import ActObsInfoWrapper, VecType
7+
from rcs.envs.space_utils import ActObsInfoWrapper
88
from rcs.envs.utils import default_sim_robot_cfg
99

1010
import rcs

0 commit comments

Comments
 (0)