Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <[email protected]>
  • Loading branch information
dchigarev committed Oct 11, 2023
1 parent ea48bc1 commit 808b8e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"""Module houses class that implements ``GenericRayDataframePartitionManager`` using Ray."""

import numpy as np
from pandas.core.dtypes.common import is_numeric_dtype
import psutil
from pandas.core.dtypes.common import is_numeric_dtype

from modin.core.execution.modin_aqp import progress_bar_wrapper
from modin.core.execution.ray.common import RayWrapper
Expand Down

0 comments on commit 808b8e5

Please sign in to comment.