Removes unused imports.

This commit is contained in:
Eddie Hebert
2012-10-03 12:01:25 -04:00
parent 891a283c39
commit 2c380e5abc
+1 -3
View File
@@ -5,9 +5,7 @@ Generator version of Merge.
from collections import deque
from zipline import ndict
from zipline.gens.utils import hash_args, \
assert_merge_protocol, done_message
from itertools import repeat
def merge(stream_in, tnfm_ids):
"""