Skip to content

Commit

Permalink
Appease isort again
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinnoble committed May 16, 2021
1 parent 48cf73a commit ad16ad8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions server/games/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad16ad8

Please sign in to comment.