From af7dee8b43a2413fd15ff3b3ba230c8c225f9c6f Mon Sep 17 00:00:00 2001 From: Tom Blauwendraat Date: Wed, 20 Jun 2018 14:22:20 +0200 Subject: [PATCH] fixup! flake8 --- intrastat_base/tests/test_all.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/intrastat_base/tests/test_all.py b/intrastat_base/tests/test_all.py index a5f0de8..89ebda2 100644 --- a/intrastat_base/tests/test_all.py +++ b/intrastat_base/tests/test_all.py @@ -6,9 +6,6 @@ from openerp.tests.common import TransactionCase class TestIntrastatBase(TransactionCase): """Tests for this module""" - def setUp(self): - super(TestIntrastatBase, self).setUp() - def test_10_countries(self): # check if only EU countries have the 'intrastat' bit set france = self.env.ref('base.fr')