diff --git a/server/games/game.py b/server/games/game.py index ce631469f..e0a419352 100644 --- a/server/games/game.py +++ b/server/games/game.py @@ -3,16 +3,7 @@ import logging import time from collections import defaultdict -from typing import ( - Any, - Dict, - FrozenSet, - Iterable, - List, - Optional, - Set, - Tuple -) +from typing import Any, Dict, FrozenSet, Iterable, List, Optional, Set, Tuple import pymysql from sqlalchemy import and_, bindparam