events: make isort happy

This commit is contained in:
Martin Pépin 2019-10-08 23:33:46 +02:00
parent a8fd04e4c0
commit f5766e9207
No known key found for this signature in database
GPG key ID: E7520278B1774448
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ from django.contrib.auth import get_user_model
from django.contrib.auth.models import Permission
from django.test import Client, TestCase
from django.urls import reverse
from events.models import Event
User = get_user_model()