Skip to content

Commit abfcf14

Browse files
committed
format: pyformat
1 parent 5633171 commit abfcf14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎python/rcs/envs/configs.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class EmptyWorldFR3(SimEnvCreator):
3434
robot_prefix_template = "right"
3535
gripper_prefix_template = "gripper"
3636

37-
def config(self, robot_prefix_template="right") -> SimEnvCreatorConfig:
37+
def config(self, robot_prefix_template: str = "right") -> SimEnvCreatorConfig:
3838
self.robot_prefix_template = robot_prefix_template
3939
q_home = rcs.ROBOTS[RobotType.FR3].q_home
4040
q_home[-1] = np.pi / 4

0 commit comments

Comments
 (0)