Skip to content

Commit 25fc843

Browse files
author
Artyom Kozhevnikov
committed
after rebase
1 parent ae17b4e commit 25fc843

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/unit/data/parquet/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# This source code is licensed under the license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
import os
78
import shutil
89
import tempfile
910
from pathlib import Path
@@ -13,7 +14,6 @@
1314
import pyarrow as pa
1415
import pyarrow.parquet as pq
1516
import pytest
16-
import os
1717

1818

1919
def get_random_table(size: int, seed: int = 123) -> pa.Table:

tests/unit/data/parquet/test_parquet_pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# This source code is licensed under the license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
import tempfile
78
from unittest.mock import MagicMock, patch
89

910
import pyarrow as pa
10-
import pytest
11-
import tempfile
1211
import pyarrow.parquet as pq
12+
import pytest
1313

1414
from fairseq2.data.parquet.pipeline import SafeFragment, init_parquet_dataset
1515
from fairseq2.data.parquet.utils import get_dataset_fragments

0 commit comments

Comments
 (0)