Remove unsued import

This commit is contained in:
Starthur 2022-05-31 22:13:54 +02:00
parent 86fbf93dbf
commit d222784bb0
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ from django.contrib.auth.models import User
from django.contrib.auth.models import timezone
import uuid
from accounts.models import Campus
from scoreboard.views import campus
# Create your models here.
class Event(models.Model):