Skip to content

Commit

Permalink
fixes after merge
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed May 12, 2024
1 parent 46df4ea commit 8b93500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/core/storage_formats/base/query_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b93500

Please sign in to comment.