Skip to content

Commit c7cbd77

Browse files
authored
Fix formatting (#1262)
The new black version enforces this change.
1 parent 29aac5a commit c7cbd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_robot_driver/test/integration_test_controller_switch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
@pytest.mark.launch_test
5353
@launch_testing.parametrize(
5454
"tf_prefix",
55-
[("")],
55+
[""],
5656
# [(""), ("my_ur_")],
5757
)
5858
def generate_test_description(tf_prefix):

0 commit comments

Comments
 (0)