Skip to content

Commit

Permalink
[REF] l10n_br_nfe: Method Super without parameters, necessary for the…
Browse files Browse the repository at this point in the history
… new version of pre-commit.
  • Loading branch information
mbcosta committed Oct 31, 2023
1 parent d834f4c commit 9601e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_nfe/tests/test_nfe_import_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class NFeImportWizardTest(SavepointCase):
def setUp(self):
super(NFeImportWizardTest, self).setUp()
super().setUp()

def test_xml_path(filename):
return os.path.join(
Expand Down

0 comments on commit 9601e52

Please sign in to comment.