Skip to content

Commit d48be41

Browse files
Rishabh BafnaRishabh Bafna
authored andcommitted
added math import
1 parent 746bd0b commit d48be41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

maths/series/catalan_numbers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"""
1010

1111
from __future__ import annotations
12+
import math
1213

1314
def catalan_numbers(count: int) -> list[int]:
1415
"""

0 commit comments

Comments
 (0)