Skip to content

Commit 2d51566

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 12c7ce2 commit 2d51566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

strings/split.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def split(string: str, separator: str = " ") -> list:
5050
if __name__ == "__main__":
5151
from doctest import testmod
5252

53-
testmod()
53+
testmod()

0 commit comments

Comments
 (0)