Conform to 3.9 union type formatting

Signed-off-by: Will Beason <willbeason@gmail.com>
This commit is contained in:
Will Beason
2025-06-17 11:41:46 -05:00
parent 390499dd90
commit 586ae85c65
2 changed files with 3 additions and 3 deletions

2
wikiq
View File

@@ -338,7 +338,7 @@ class WikiqParser:
page_count = 0
rev_count = 0
writer: pq.ParquetWriter | pc.CSVWriter
writer: Union[pq.ParquetWriter, pc.CSVWriter]
schema = table.schema()
schema = schema.append(pa.field('revert', pa.bool_(), nullable=True))