From f4e1d2c023ae582d3aea1a6dbc8c93262a86d781 Mon Sep 17 00:00:00 2001 From: Philipenko Vladimir Date: Wed, 1 Nov 2023 18:28:16 +0300 Subject: [PATCH] Remove imports --- dpipe/predict/shape.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dpipe/predict/shape.py b/dpipe/predict/shape.py index e074941..97186d1 100644 --- a/dpipe/predict/shape.py +++ b/dpipe/predict/shape.py @@ -1,7 +1,5 @@ from functools import wraps from typing import Union, Callable, Type -from more_itertools import batched -from itertools import chain import numpy as np