remove trailing comment

This commit is contained in:
2025-10-21 13:09:01 +02:00
parent 22c7d48d3d
commit 6ae83a2ee4

View File

@@ -39,7 +39,6 @@ class CsvHandler(BaseHandler):
# open the file and keep it open for appending
obj.file_writer = await aiofiles.open(output_path, mode='a', encoding='utf-8')
# this has type
return obj