mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
remove unused variables
This commit is contained in:
parent
663ab547e3
commit
cddda2b372
@ -88,7 +88,6 @@ class document_page_history_wkfl(models.Model):
|
||||
return res
|
||||
|
||||
def _get_approvers_email(self):
|
||||
res = {}
|
||||
for page in self:
|
||||
emails = ''
|
||||
guids = self.get_approvers_guids()
|
||||
@ -166,7 +165,6 @@ class document_page_approval(models.Model):
|
||||
_inherit = 'document.page'
|
||||
|
||||
def _get_display_content(self):
|
||||
res = {}
|
||||
for page in self:
|
||||
content = ""
|
||||
if page.type == "category":
|
||||
|
Loading…
Reference in New Issue
Block a user