fix: undo improvement that breaks make_once(None)
This commit is contained in:
@@ -64,9 +64,6 @@ class GroupBy:
|
|||||||
'''
|
'''
|
||||||
if not self._watcher:
|
if not self._watcher:
|
||||||
return
|
return
|
||||||
# not really necessary but should improve performance of later reset()
|
|
||||||
if not filter_keys:
|
|
||||||
self.resolver.reset()
|
|
||||||
remaining = []
|
remaining = []
|
||||||
for w in self._watcher:
|
for w in self._watcher:
|
||||||
# only process vobjs that are used somewhere
|
# only process vobjs that are used somewhere
|
||||||
|
|||||||
Reference in New Issue
Block a user