Skip to content

Commit 4e34a79

Browse files
committed
fix: use typing extensions
1 parent 06c90cb commit 4e34a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_sqlalchemy/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Literal
1+
from typing_extensions import Literal
22

33
import graphene
44
import pytest

0 commit comments

Comments
 (0)