From 97eb7eb58badbcb2957e791d279a69ce50a07e44 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 13 Mar 2013 19:07:46 -0400 Subject: [PATCH] remove whitespace --- lms/djangoapps/django_comment_client/forum/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/djangoapps/django_comment_client/forum/views.py b/lms/djangoapps/django_comment_client/forum/views.py index 03175a4918..50224e7de6 100644 --- a/lms/djangoapps/django_comment_client/forum/views.py +++ b/lms/djangoapps/django_comment_client/forum/views.py @@ -88,7 +88,6 @@ def get_threads(request, course_id, discussion_id=None, per_page=THREADS_PER_PAG 'tags', 'commentable_ids']))) threads, page, num_pages = cc.Thread.search(query_params) - #now add the group name if the thread has a group id for thread in threads: