Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Kudinkin <ak@anyscale.com>
  • Loading branch information
alexeykudinkin committed Oct 1, 2024
1 parent 2de388c commit 65d7a07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/ray/air/util/transform_pyarrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _concatenate_extension_column(ca: "pyarrow.ChunkedArray") -> "pyarrow.Array"
"""
from ray.air.util.tensor_extensions.arrow import (
ArrowTensorArray,
get_arrow_extension_tensor_types
get_arrow_extension_tensor_types,
)

if not _is_column_extension_type(ca):
Expand Down
2 changes: 1 addition & 1 deletion python/ray/data/_internal/arrow_ops/transform_pyarrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from packaging.version import parse as parse_version

from ray._private.utils import _get_pyarrow_version
from ray.air.util.tensor_extensions.arrow import ArrowTensorTypeV2, get_arrow_extension_tensor_types
from ray.air.util.tensor_extensions.arrow import ArrowTensorTypeV2

try:
import pyarrow
Expand Down
2 changes: 1 addition & 1 deletion python/ray/data/extensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"PythonObjectArray",
"PythonObjectDtype",
"object_extension_type_allowed",
"get_arrow_extension_tensor_types"
"get_arrow_extension_tensor_types",
]

0 comments on commit 65d7a07

Please sign in to comment.