Skip to content

Commit 75fc5ca

Browse files
refactor(examples): pyformat, pylint and pytest
1 parent 7bb2d36 commit 75fc5ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/examples/env_cartesian_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ def main():
9494

9595

9696
if __name__ == "__main__":
97-
main()
97+
main()

python/examples/env_cartesian_control_tilburg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
from rcsss.envs.factories import fr3_hw_env, fr3_sim_env
88
from rcsss.envs.utils import (
99
default_fr3_hw_robot_cfg,
10-
default_tilburg_hw_hand_cfg,
1110
default_fr3_sim_gripper_cfg,
1211
default_fr3_sim_robot_cfg,
1312
default_mujoco_cameraset_cfg,
13+
default_tilburg_hw_hand_cfg,
1414
)
1515

1616
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)