1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2025-06-07 10:02:23 +00:00

code style improvements in pdf exporter

This commit is contained in:
Franzi 2022-10-22 18:35:31 +02:00
parent 25fe8b804e
commit 24acd451ad
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 18 additions and 6 deletions

View file

@ -40,4 +40,5 @@ def navbar_info(sender, request, **kwargs):
@receiver(register_data_exporters, dispatch_uid="exporter_myexporter")
def register_data_exporter(sender, **kwargs):
from .exporter import PDFExporter
return PDFExporter