feeds: fix Uniq for merger

master
pictuga 2018-11-09 22:05:13 +01:00
parent 94372af868
commit 92b06bea6d
1 changed files with 0 additions and 1 deletions

View File

@ -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