Skip to content

Commit

Permalink
Merge pull request #25 from peekxc/peekxc-patch-2
Browse files Browse the repository at this point in the history
Update combinatorial.py
  • Loading branch information
peekxc authored Dec 11, 2024
2 parents f13055c + 5b020db commit e1f0943
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simplextree/combinatorial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing_extensions import Optional
import numpy as np
from typing import Generator, Iterator, Iterable, Union
from typing import Generator, Iterator, Iterable, Optional, Union
from numbers import Integral
from math import floor, ceil, comb, factorial
from more_itertools import collapse, spy, first_true
Expand Down

0 comments on commit e1f0943

Please # to comment.