Skip to content

Commit c39b167

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aa419ce commit c39b167

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc_bart/tree.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from collections.abc import Generator
1516
from functools import lru_cache
16-
from typing import Dict, Generator, List, Optional, Tuple, Union
17+
from typing import Dict, List, Optional, Tuple, Union
1718

1819
import numpy as np
1920
import numpy.typing as npt

0 commit comments

Comments
 (0)