Skip to content

Commit

Permalink
fix isort again...
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
  • Loading branch information
dchigarev committed Oct 11, 2023
1 parent 49980b4 commit 1e591b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
from modin.core.execution.ray.generic.partitioning import (
GenericRayDataframePartitionManager,
)
from modin.utils import _inherit_docstrings
from modin.logging import get_logger
from modin.utils import _inherit_docstrings

from .partition import PandasOnRayDataframePartition
from .virtual_partition import (
Expand Down

0 comments on commit 1e591b5

Please sign in to comment.