From 544ccefc6a860cd8a960bb09aba8f57f6d82bdb2 Mon Sep 17 00:00:00 2001 From: Andrea Date: Fri, 3 Jan 2020 12:54:26 +0100 Subject: [PATCH] [FIX] base_business_document_import: flake8 --- .../tests/test_business_document_import.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/base_business_document_import/tests/test_business_document_import.py b/base_business_document_import/tests/test_business_document_import.py index 282b135b7ab..a93a32bcc19 100644 --- a/base_business_document_import/tests/test_business_document_import.py +++ b/base_business_document_import/tests/test_business_document_import.py @@ -63,7 +63,6 @@ def test_match_shipping_partner(self): 'country_id': self.env.ref('base.fr').id, 'type': 'invoice', }) - demo_partner2 = self.env.ref('base.res_partner_2') shipping_dict = { 'partner': {'email': 'contact@akretion.com'}, 'address': {}, @@ -85,13 +84,6 @@ def test_match_shipping_partner(self): 'country_id': self.env.ref('base.fr').id, 'email': 'contact@alex.com', }) - cpartner2 = rpo.create({ - 'name': 'Joe Taylor', - 'parent_id': partner2.id, - 'type': 'delivery', - 'zip': '69005', - 'country_id': self.env.ref('base.fr').id, - }) shipping_dict = { 'partner': {'email': 'contact@alex.com'}, 'address': {'country_code': 'FR', 'zip': '69009'},