Skip to content

Commit a53a095

Browse files
committed
modified in compliance with ruff for line length
1 parent 5ab9d29 commit a53a095

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

strings/min_cost_string_conversion.py

-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ def compute_transform_tables(
7979

8080
def assemble_transformation(ops: list[list[str]], i: int, j: int) -> list[str]:
8181
"""
82-
Assembles the transformations based on the information in the ops table.
83-
84-
>>> ops = [['0', 'Ic', 'Iu', 'It'], ['Dc', 'Cc', 'Iu', 'It'], ['Da', 'Da', 'Rau', 'Rat'], ['Dt', 'Dt', 'Rtu', 'Ct']]
8582
Assembles the transformations based on the ops table.
8683
8784
>>> ops = [['0', 'Ic', 'Iu', 'It'],

0 commit comments

Comments
 (0)