PEPifying

This commit is contained in:
Alexander Kryklia
2013-04-29 18:52:08 +03:00
committed by Vasyl Nakvasiuk
parent 2d68e4ee9f
commit 04b712510e

View File

@@ -93,7 +93,6 @@ class WordCloudModule(WordCloudFields, XModule):
list_to_return.append({'text': word_tuple[0], 'size': word_tuple[1], 'percent': percent})
return list_to_return
def top_dict(self, dict_obj, amount):
"""Return new dict: top of dict using dict value."""
return dict(