forked from 42CTF/website
Remove unsued import
This commit is contained in:
parent
86fbf93dbf
commit
d222784bb0
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue