Skip to content

Commit

Permalink
Appease isort
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinnoble committed May 12, 2021
1 parent 238ea92 commit e412413
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion server/games/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
import logging
import time
from collections import defaultdict
from typing import Any, Dict, FrozenSet, Iterable, List, Optional, OrderedDict, Set, Tuple
from typing import (
Any,
Dict,
FrozenSet,
Iterable,
List,
Optional,
OrderedDict,
Set,
Tuple
)

import pymysql
from sqlalchemy import and_, bindparam
Expand Down

0 comments on commit e412413

Please sign in to comment.