remove unused import

This commit is contained in:
c0de 2022-12-09 22:28:51 -06:00
parent 133af80aad
commit 43cfb49cd6
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
# pylint: disable=missing-module-docstring
import uuid
from database.models import PlayerModel as Player, GuessModel as Guess
from game.base import BaseGameManager