1
0
forked from VimPlug/jedi

Implement random.choice

This commit is contained in:
Dave Halter
2018-09-03 01:35:30 +02:00
parent 5302032b63
commit 3351b06603
2 changed files with 16 additions and 1 deletions

View File

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