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 4f795cb

Browse files
committedDec 3, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 07cbe68 commit 4f795cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎strings/join.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def join(separator: str, separated: list[str]) -> str:
5252
return separator.join(separated)
5353

5454

55-
5655
if __name__ == "__main__":
5756
from doctest import testmod
5857

0 commit comments

Comments
 (0)
Please sign in to comment.