forked from VimPlug/jedi
Implement random.choice
This commit is contained in:
@@ -31,7 +31,6 @@ class BaseContextSet(object):
|
||||
Used to work with an iterable of set.
|
||||
"""
|
||||
aggregated = set()
|
||||
sets = list(sets)
|
||||
for set_ in sets:
|
||||
if isinstance(set_, BaseContextSet):
|
||||
aggregated |= set_._set
|
||||
|
||||
Reference in New Issue
Block a user