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):