Skip to content

Commit 22083ae

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphics/butterfly_pattern.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ def butterfly_pattern(n: int) -> str:
4747

4848
if __name__ == "__main__":
4949
import doctest
50+
5051
# Run the doctests
5152
doctest.testmod()

0 commit comments

Comments
 (0)