Statistics: Fixed isort and database-dependent types

This commit is contained in:
Raphael Michel
2015-08-15 11:19:32 +02:00
parent b8fb9838af
commit efea0748dd
2 changed files with 7 additions and 5 deletions

View File

@@ -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)