Skip to content

Commit 77ebf33

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/series/catalan_numbers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import doctest
1313

1414

15-
1615
def catalan_numbers(count: int) -> list[int]:
1716
"""
1817
Generates the first 'count' Catalan numbers (C_0, C_1, ..., C_{count-1}).

0 commit comments

Comments
 (0)