From e7dae08097cf095c22728fbcb8b89158b5baff71 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Fri, 27 Dec 2013 08:11:41 -0800 Subject: [PATCH] Cosmetic --- 16-dataspaces/tf-16.py | 1 - 1 file changed, 1 deletion(-) diff --git a/16-dataspaces/tf-16.py b/16-dataspaces/tf-16.py index 991f9b4..aac4fa5 100755 --- a/16-dataspaces/tf-16.py +++ b/16-dataspaces/tf-16.py @@ -23,7 +23,6 @@ def process_words(): word_freqs[word] = 1 freq_space.put(word_freqs) - # Let's create the workers and launch them at their jobs workers = [] for i in range(5):