Skip to content

Commit 35244b0

Browse files
authored
style: fix linting in example
1 parent 34dd29f commit 35244b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fr3/fr3_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
# gripper
4747
gripper = sim.SimGripper(simulation, gripper_cfg)
48-
env = GripperWrapper(env, gripper, binary=True)
48+
env = GripperWrapper(env, gripper, binary=True) # type: ignore
4949

5050
env = RobotSimWrapper(env, simulation)
5151
env = GripperWrapperSim(env, gripper)

0 commit comments

Comments
 (0)