Skip to content

Commit 4376c7d

Browse files
committed
Added missing parenthesis.
- Legacy-Id: 6043
1 parent 8df981a commit 4376c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idindex/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def active_drafts_index_by_group(extra_values=()):
207207

208208
active_state = State.objects.get(type="draft", slug="active")
209209

210-
groups_dict = dict((g.id, g) for g in Group.objects.all()
210+
groups_dict = dict((g.id, g) for g in Group.objects.all())
211211

212212
extracted_values = ("name", "rev", "title", "group_id") + extra_values
213213

0 commit comments

Comments
 (0)