clean: rm online tournament
This commit is contained in:
@ -7,11 +7,6 @@ from django.contrib.auth.models import User
|
||||
|
||||
import time
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from tournament.models import TournamentGameModel
|
||||
|
||||
class GameModel(models.Model):
|
||||
|
||||
finished = models.BooleanField(default = False)
|
||||
|
Reference in New Issue
Block a user