Skip to content

Commit 2536d0c

Browse files
committed
Make ruff happy
1 parent 1153a2a commit 2536d0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/python/tests/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,9 +587,9 @@ def test_partition_spec() -> Schema:
587587

588588
@pytest.fixture(scope="session")
589589
def generated_manifest_entry_file(
590-
avro_schema_manifest_entry: Dict[str, Any],
591-
test_schema: Schema,
592-
test_partition_spec: PartitionSpec,
590+
avro_schema_manifest_entry: Dict[str, Any],
591+
test_schema: Schema,
592+
test_partition_spec: PartitionSpec,
593593
) -> Generator[str, None, None]:
594594
from fastavro import parse_schema, writer
595595

0 commit comments

Comments
 (0)