Skip to content

Commit 14c3e52

Browse files
committed
Merge branch 'main' of ssh://github.com/peekxc/simplextree-py
2 parents b0b11bf + e1f0943 commit 14c3e52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

simplextree/combinatorial.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
from typing_extensions import Optional
21
import numpy as np
3-
from typing import Generator, Iterator, Iterable, Union
2+
from typing import Generator, Iterator, Iterable, Optional, Union
43
from numbers import Integral
54
from math import floor, ceil, comb, factorial
65
from more_itertools import collapse, spy, first_true

0 commit comments

Comments
 (0)