We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f13055c + 5b020db commit e1f0943Copy full SHA for e1f0943
simplextree/combinatorial.py
@@ -1,6 +1,5 @@
1
-from typing_extensions import Optional
2
import numpy as np
3
-from typing import Generator, Iterator, Iterable, Union
+from typing import Generator, Iterator, Iterable, Optional, Union
4
from numbers import Integral
5
from math import floor, ceil, comb, factorial
6
from more_itertools import collapse, spy, first_true
0 commit comments