From 8b93500af4ec2863c6777b9a1d7098eb70aa2faf Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Sun, 12 May 2024 23:12:36 +0200 Subject: [PATCH] fixes after merge Signed-off-by: Anatoly Myachev --- modin/core/storage_formats/base/query_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modin/core/storage_formats/base/query_compiler.py b/modin/core/storage_formats/base/query_compiler.py index 2add02740d5..a84662c31f4 100644 --- a/modin/core/storage_formats/base/query_compiler.py +++ b/modin/core/storage_formats/base/query_compiler.py @@ -22,7 +22,7 @@ import abc import warnings from functools import cached_property -from typing import TYPE_CHECKING, Callable, Hashable, List, Optional +from typing import TYPE_CHECKING, Hashable, List, Optional import numpy as np import pandas