remove whitespace

This commit is contained in:
Your Name
2013-03-13 19:07:46 -04:00
parent 6ee14ec34a
commit 97eb7eb58b

View File

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