Skip to content

Commit

Permalink
[fix] fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqin committed Feb 16, 2024
1 parent 33fd00d commit 5e1e65e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_retargeting_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class TestRetargetingConfig:
RetargetingConfig.set_default_urdf_dir(str(robot_dir.absolute()))

config_paths = (
list(VECTOR_CONFIG_DICT.values()) + list(POSITION_CONFIG_DICT.values()) + list(
DEXPILOT_CONFIG_DICT.values())
list(VECTOR_CONFIG_DICT.values()) + list(POSITION_CONFIG_DICT.values()) + list(DEXPILOT_CONFIG_DICT.values())
)

@pytest.mark.parametrize("config_path", config_paths)
Expand Down

0 comments on commit 5e1e65e

Please sign in to comment.