fix: linter issues

This commit is contained in:
Anupam
2021-12-18 20:12:57 +05:30
parent 31ac1011b8
commit 5b40d9e7cd
2 changed files with 3 additions and 3 deletions

View File

@@ -46,5 +46,5 @@ def get_linked_communication_list(doctype, docname):
"link_name": docname,
"parent": ("not in", communications)
}, pluck="parent")
return communications + communication_links