Skip to content

Commit 0a36488

Browse files
committed
Debugging isort
1 parent 7fe0be6 commit 0a36488

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

.github/workflows/isort-debug.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

awswrangler/_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
if TYPE_CHECKING or config.distributed:
2424
import ray # pylint: disable=unused-import
25+
2526
from awswrangler.distributed._utils import _arrow_refs_to_df # pylint: disable=ungrouped-imports
2627

2728
_logger: logging.Logger = logging.getLogger(__name__)

awswrangler/distributed/_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
import modin.pandas as pd
66
import pyarrow as pa
7+
import ray
78
from modin.distributed.dataframe.pandas.partitions import from_partitions
89
from ray.data.impl.arrow_block import ArrowBlockAccessor
910
from ray.data.impl.remote_fn import cached_remote_fn
1011

11-
import ray
12-
1312

1413
def _block_to_df(
1514
block: Any,

0 commit comments

Comments
 (0)