Skip to content

Commit 9892b57

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/min_cost_string_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ def assemble_transformation(ops: list[list[str]], i: int, j: int) -> list[str]:
111111

112112

113113
if __name__ == "__main__":
114-
doctest.testmod()
114+
doctest.testmod()

0 commit comments

Comments
 (0)