summaryrefslogtreecommitdiff
path: root/robusta_krr/utils
diff options
context:
space:
mode:
authorLeaveMyYard <zhukovpavel2001@gmail.com>2023-09-04 14:26:26 +0300
committerLeaveMyYard <zhukovpavel2001@gmail.com>2023-09-04 14:26:26 +0300
commit292d80f5f5d60092b6a59cb14812345f8dab2551 (patch)
tree82f8f57a0b067d9048ae8944875a3f004a55e410 /robusta_krr/utils
parent0d1806d196a276f2b0723c0a20ef22d88a679a64 (diff)
Run isort
Diffstat (limited to 'robusta_krr/utils')
-rw-r--r--robusta_krr/utils/batched.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/robusta_krr/utils/batched.py b/robusta_krr/utils/batched.py
index b56790b..c673aaa 100644
--- a/robusta_krr/utils/batched.py
+++ b/robusta_krr/utils/batched.py
@@ -1,7 +1,6 @@
import itertools
from typing import Iterable, TypeVar
-
_T = TypeVar("_T")