feeds: fix Uniq for merger
parent
94372af868
commit
92b06bea6d
|
@ -513,7 +513,6 @@ class Uniq(object):
|
|||
|
||||
else:
|
||||
obj = object.__new__(cls, *args, **kwargs)
|
||||
obj.__init__(*args, **kwargs)
|
||||
cls._map[obj._id] = obj
|
||||
return obj
|
||||
|
||||
|
|
Loading…
Reference in New Issue