Skip to content

Commit d6efe68

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/reverse_number_pattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ def reverse_number_pattern(n: int) -> List[str]:
3434

3535
if __name__ == "__main__":
3636
import doctest
37-
doctest.testmod()
3837

38+
doctest.testmod()

0 commit comments

Comments
 (0)