1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 10:07:18 +00:00

make the linter happy

This commit is contained in:
Franzi 2023-02-28 10:32:38 +01:00
parent 11afb88602
commit 078341e4ed
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,5 +1,6 @@
from django.conf import settings
def placeholders(schedule, talk):
return {
"CODE": talk.submission.code,