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