Fixed isort problem

This commit is contained in:
Raphael Michel
2016-04-01 16:06:00 +02:00
parent fdff5e7a98
commit 32b09f6bc8

View File

@@ -1,6 +1,6 @@
import sys
from django.db.models import Q, Count
from django.db.models import Count, Q
from django.utils.timezone import now
from django.views.generic import TemplateView