Skip to content

Commit

Permalink
Update combinatorial.py
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc authored Dec 11, 2024
1 parent f13055c commit 5b020db
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 5b020db

Please # to comment.