mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 21:11:02 +00:00
make the linter happy
This commit is contained in:
parent
11afb88602
commit
078341e4ed
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|
||||||
|
|
||||||
def placeholders(schedule, talk):
|
def placeholders(schedule, talk):
|
||||||
return {
|
return {
|
||||||
"CODE": talk.submission.code,
|
"CODE": talk.submission.code,
|
||||||
|
|
Loading…
Reference in a new issue