Skip to content

Commit 8a95ebe

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

other/pyramid_patterns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
# No import needed for None type annotation
3131

32+
3233
def pyramid(height: int) -> None:
3334
"""Prints a pyramid pattern of the specified height."""
3435
for i in range(height):

0 commit comments

Comments
 (0)