[IMP] product_warranty: black, isort, prettier

This commit is contained in:
Lois Suarez
2021-08-11 09:46:25 +01:00
committed by Antoni Marroig Campomar
parent 2a5de067dd
commit fcd9ef3c9f

View File

@@ -18,7 +18,7 @@ class ProductSupplierInfo(models.Model):
@api.depends("warranty_return_partner")
def _compute_warranty_return_address(self):
""" Method to return the partner delivery address or if none, the
"""Method to return the partner delivery address or if none, the
default address
"""
for record in self: