From 5b020db7401c552c8146590fbc832ff1e891d9ea Mon Sep 17 00:00:00 2001 From: Matt Piekenbrock Date: Wed, 11 Dec 2024 15:28:54 -0500 Subject: [PATCH] Update combinatorial.py --- simplextree/combinatorial.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simplextree/combinatorial.py b/simplextree/combinatorial.py index 2bc7dc2..9ce6afd 100644 --- a/simplextree/combinatorial.py +++ b/simplextree/combinatorial.py @@ -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