Skip to content

Commit 572d666

Browse files
committed
style: fix ruff errors
1 parent 7033ecd commit 572d666

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ttt/infrastructure/alembic/versions/62217b947df9_rename_game_emoji_columns.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from collections.abc import Sequence
1111

12-
import sqlalchemy as sa
1312
from alembic import op
1413

1514

src/ttt/infrastructure/sqlalchemy/tables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from collections import defaultdict
22
from collections.abc import Iterable
33
from enum import StrEnum
4-
from itertools import groupby
54
from uuid import UUID
65

76
from sqlalchemy import BigInteger, ForeignKey

0 commit comments

Comments
 (0)