Skip to content

Commit

Permalink
Make pre-commit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Sep 6, 2023
1 parent a035e4e commit 9490aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_importer/tests/test_record_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class TestRecordImporter(TestImporterBase):
@classmethod
def _setup_records(cls):
def _setup_records(cls): # pylint: disable=missing-return
super()._setup_records()
cls.record = cls.env["import.record"].create({"recordset_id": cls.recordset.id})

Expand Down

0 comments on commit 9490aaa

Please sign in to comment.