Commit 04b71251 by Alexander Kryklia Committed by Vasyl Nakvasiuk

PEPifying

parent 2d68e4ee
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment