Skip to content

Commit 902b870

Browse files
committed
code format
Signed-off-by: haotian <haotian@ebay.com>
1 parent 4e5eb34 commit 902b870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/data/datasource/parquet_meta_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ def fetch_func(fragments):
157157
return _dedupe_fragment_metadata(raw_metadata)
158158

159159

160-
161160
def _fetch_metadata_serialization_wrapper(
162161
fragments: List["SerializedFragment"],
163162
retry_match: Optional[List[str]],
@@ -248,6 +247,7 @@ def _dedupe_metadata(
248247
stripped_metadatas.append(stripped_md)
249248
return stripped_metadatas
250249

250+
251251
def _dedupe_fragment_metadata(
252252
metadatas: List[_ParquetFileFragmentMetaData],
253253
) -> List[_ParquetFileFragmentMetaData]:

0 commit comments

Comments
 (0)