From 6ae83a2ee423395ff154a2379566abc73c3aae82 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 21 Oct 2025 13:09:01 +0200 Subject: [PATCH] remove trailing comment --- src/output_handlers/csv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/output_handlers/csv.py b/src/output_handlers/csv.py index f61fafc..d73c0f2 100644 --- a/src/output_handlers/csv.py +++ b/src/output_handlers/csv.py @@ -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