We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1153a2a commit 2536d0cCopy full SHA for 2536d0c
bindings/python/tests/conftest.py
@@ -587,9 +587,9 @@ def test_partition_spec() -> Schema:
587
588
@pytest.fixture(scope="session")
589
def generated_manifest_entry_file(
590
- avro_schema_manifest_entry: Dict[str, Any],
591
- test_schema: Schema,
592
- test_partition_spec: PartitionSpec,
+ avro_schema_manifest_entry: Dict[str, Any],
+ test_schema: Schema,
+ test_partition_spec: PartitionSpec,
593
) -> Generator[str, None, None]:
594
from fastavro import parse_schema, writer
595
0 commit comments