Skip to content

Commit 252a654

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9d95fc8 commit 252a654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logic_building_problems/fizz_buzz.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ def fizz_buzz(num: int) -> list[str]:
5050

5151
if __name__ == "__main__":
5252
import doctest
53+
5354
doctest.testmod()

0 commit comments

Comments
 (0)