Skip to content

Commit

Permalink
[FIX] base_business_document_import: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe authored and rjocoleman committed Mar 22, 2023
1 parent 080597e commit 473f712
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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': '[email protected]'},
'address': {},
Expand All @@ -85,13 +84,6 @@ def test_match_shipping_partner(self):
'country_id': self.env.ref('base.fr').id,
'email': '[email protected]',
})
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': '[email protected]'},
'address': {'country_code': 'FR', 'zip': '69009'},
Expand Down

0 comments on commit 473f712

Please sign in to comment.