Skip to content
Snippets Groups Projects
Commit cd833153 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Formatting (black)

parent e9dfa96e
No related branches found
No related tags found
No related merge requests found
......@@ -130,9 +130,11 @@ def add_public_registrations_table(sender, **kwargs):
else []
)
+ [
public_answers[(pop.pk, pq.pk)].answer
if public_answers.get((pop.pk, pq.pk))
else ""
(
public_answers[(pop.pk, pq.pk)].answer
if public_answers.get((pop.pk, pq.pk))
else ""
)
for pq in public_questions
],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment