From 04b712510e9cd1ef3cc952869a6c8b7e2a61ac02 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Mon, 29 Apr 2013 18:52:08 +0300 Subject: [PATCH] PEPifying --- common/lib/xmodule/xmodule/word_cloud_module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/word_cloud_module.py b/common/lib/xmodule/xmodule/word_cloud_module.py index 7869d04250..d4052d90d3 100644 --- a/common/lib/xmodule/xmodule/word_cloud_module.py +++ b/common/lib/xmodule/xmodule/word_cloud_module.py @@ -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(