Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29b5cc2

Browse files
committedDec 16, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 23a0f95 commit 29b5cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎strings/join.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def join(separator: str, separated: list[str]) -> str:
4545

4646
return joined
4747

48+
4849
if __name__ == "__main__":
4950
from doctest import testmod
5051

0 commit comments

Comments
 (0)
Please sign in to comment.