mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-11-01 23:52:47 +00:00
resolve more suggestions
This commit is contained in:
@@ -11,7 +11,7 @@ class CsvHandler(BaseHandler):
|
|||||||
rather than writing the entire JSON document.
|
rather than writing the entire JSON document.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
file_writer: any # I believe aiofiles doesn't expose a type for this
|
file_writer: object # I believe aiofiles doesn't expose a type for this
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
async def create(
|
async def create(
|
||||||
@@ -23,7 +23,7 @@ class CsvHandler(BaseHandler):
|
|||||||
Initializes the CSVHandler.
|
Initializes the CSVHandler.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
output_path (str): Path to the CSV file to write to.
|
output_path (Path): Path to the CSV file to write to.
|
||||||
**kwargs: Additional keyword arguments.
|
**kwargs: Additional keyword arguments.
|
||||||
"""
|
"""
|
||||||
obj = await super().create(**kwargs)
|
obj = await super().create(**kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user