Skip to content

Commit e83c07f

Browse files
committed
[fix] base_import_async: drop test requirements and remove comment
1 parent ecb0147 commit e83c07f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

base_import_async/wizard/base_import_import.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def _link_attachment_to_job(self, delayed_job, attachment):
8080
attachment.write({"res_model": "queue.job", "res_id": queue_job.id})
8181

8282
def _create_csv_attachment(self, fields, data, options, file_name):
83-
# Odoo 19: @api.returns decorator removed; just return the recordset.
8483
# write csv
8584
f = StringIO()
8685
writer = csv.writer(

test-requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)