Skip to content

Commit dd49954

Browse files
committed
nit
1 parent 88bf62e commit dd49954

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/isaaclab/isaaclab/actuators/actuator_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ def _parse_joint_parameter(
379379
)
380380
elif isinstance(cfg_value, dict):
381381
# if dict, then parse the regular expression
382-
# has this ever been called? Too many values to unpack?
383382
indices, _, values = string_utils.resolve_matching_names_values(cfg_value, self.joint_names)
384383
# if the expected shape has two dimensions, we expect floats
385384
if len(expected_shape) < 3:

0 commit comments

Comments
 (0)