fix: spacing issue

This commit is contained in:
Anupam 2021-09-09 11:48:20 +05:30
parent 25fcc60d7a
commit 6ca2788cc5

View file

@ -65,7 +65,7 @@ class Address(Document):
def has_link(self, doctype, name):
for link in self.links:
if link.link_doctype==doctype and link.link_name== name:
if link.link_doctype == doctype and link.link_name == name:
return True
def has_common_link(self, doc):