mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-11-01 07:32:45 +00:00
remove trailing comment
This commit is contained in:
@@ -39,7 +39,6 @@ class CsvHandler(BaseHandler):
|
|||||||
|
|
||||||
# open the file and keep it open for appending
|
# open the file and keep it open for appending
|
||||||
obj.file_writer = await aiofiles.open(output_path, mode='a', encoding='utf-8')
|
obj.file_writer = await aiofiles.open(output_path, mode='a', encoding='utf-8')
|
||||||
# this has type
|
|
||||||
|
|
||||||
return obj
|
return obj
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user