浏览代码

Code cleaning

Roland Haroutiounian 9 年前
父节点
当前提交
3a87551f2e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      lodel/datasource/mongodb/datasource.py

+ 0
- 1
lodel/datasource/mongodb/datasource.py 查看文件

@@ -89,7 +89,6 @@ class MongoDbDataSource(GenericDataSource):
89 89
     # @param target_cls Emclass : class of the record to delete
90 90
     # @param uid dict|list : a dictionary of fields and values composing the unique identifier of the record or a list of several dictionaries
91 91
     # @return int : number of deleted records
92
-    # @TODO check the content of the result.raw_result property depending on the informations to return
93 92
     # @TODO Implement the error management
94 93
     def delete(self, target_cls, uid):
95 94
         if isinstance(uid, dict):

正在加载...
取消
保存