Skip to content

Commit 4712e10

Browse files
committed
chore: update sqa-utils fix
1 parent a9915d6 commit 4712e10

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

graphene_sqlalchemy/tests/conftest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
from sqlalchemy import create_engine
44
from sqlalchemy.orm import sessionmaker
55

6-
# fmt: off
7-
# Fixme remove when https://github.com/kvesteri/sqlalchemy-utils/pull/644 is released #noqa
8-
import sqlalchemy # noqa # isort:skip
9-
if sqlalchemy.__version__ == "2.0.0b3": # noqa # isort:skip
10-
sqlalchemy.__version__ = "2.0.0" # noqa # isort:skip
11-
# fmt: on
12-
136
import graphene
147
from graphene_sqlalchemy.utils import SQL_VERSION_HIGHER_EQUAL_THAN_1_4
158

0 commit comments

Comments
 (0)