Skip to content

Commit be1332d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7e621c2 commit be1332d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

strings/min_cost_string_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def compute_transform_tables(
3434
>>> operations[3][:4]
3535
['Dt', 'Dt', 'Rtu', 'Ct']
3636
"""
37-
37+
3838
source_seq = list(source_string)
3939
destination_seq = list(destination_string)
4040
len_source_seq = len(source_seq)

0 commit comments

Comments
 (0)