mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-26 18:38:41 -06:00
Pylint fix
This commit is contained in:
parent
f40146b110
commit
0bf03f948d
@ -20,5 +20,5 @@
|
|||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
import attachment_metadata
|
from . import attachment_metadata
|
||||||
import fetchmail
|
from . import fetchmail
|
||||||
|
@ -98,7 +98,6 @@ class IrAttachmentMetadata(models.Model):
|
|||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
def message_new(self, msg, custom_values):
|
def message_new(self, msg, custom_values):
|
||||||
print "message new"
|
|
||||||
created_ids = []
|
created_ids = []
|
||||||
res = self._prepare_data_for_attachment_metadata(msg)
|
res = self._prepare_data_for_attachment_metadata(msg)
|
||||||
if res:
|
if res:
|
||||||
|
Loading…
Reference in New Issue
Block a user