Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HonahX committed Apr 11, 2024
1 parent 9837faa commit 12c5021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
from moto.server import ThreadedMotoServer # type: ignore
from pyspark.sql import SparkSession

from pyiceberg.io.pyarrow import PyArrowFileIO, schema_to_pyarrow
from pyiceberg.io.pyarrow import PyArrowFileIO


def pytest_collection_modifyitems(items: List[pytest.Item]) -> None:
Expand Down Expand Up @@ -1930,6 +1930,7 @@ def clean_up(test_catalog: Catalog) -> None:
def data_file(table_schema_simple: Schema, tmp_path: str) -> str:
import pyarrow as pa
from pyarrow import parquet as pq

from pyiceberg.io.pyarrow import schema_to_pyarrow

table = pa.table(
Expand Down

0 comments on commit 12c5021

Please sign in to comment.