Skip to content

Commit ffdd004

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

strings/zigzag_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def zigzag_convert(s: str, num_rows: int) -> str:
4949
if __name__ == "__main__":
5050
import doctest
5151

52-
doctest.testmod()
52+
doctest.testmod()

0 commit comments

Comments
 (0)