Skip to content

Commit 024d532

Browse files
committed
style: fix ruff check error in parquet utils
1 parent 78c2a49 commit 024d532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libcommon/src/libcommon/parquet_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
import pyarrow as pa
1212
import pyarrow.compute as pc
1313
import pyarrow.parquet as pq
14-
from pyarrow.lib import ArrowInvalid
1514
from datasets import Features, Value
1615
from datasets.features.features import FeatureType
1716
from datasets.table import cast_table_to_schema
1817
from datasets.utils.py_utils import size_str
1918
from fsspec.implementations.http import HTTPFile, HTTPFileSystem
2019
from huggingface_hub import HfFileSystem
20+
from pyarrow.lib import ArrowInvalid
2121

2222
from libcommon.constants import CONFIG_PARQUET_METADATA_KIND
2323
from libcommon.prometheus import StepProfiler

0 commit comments

Comments
 (0)