mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Statistics: Fixed isort and database-dependent types
This commit is contained in:
@@ -4,7 +4,7 @@ from django.template import Context
|
||||
from django.template.loader import get_template
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from pretix.control.signals import nav_event, html_head
|
||||
from pretix.control.signals import html_head, nav_event
|
||||
|
||||
|
||||
@receiver(nav_event)
|
||||
|
||||
Reference in New Issue
Block a user