Closed davidroeca closed 6 months ago
Currently, imports lead to the following error (on mypy 1.10.0):
1.10.0
app/graphql/schemas.py:9: error: Need type annotation for "strawberry_sqlalchemy_mapper" [var-annotated]
I've noticed that this library has a py.typed file within it, but it appears as though it isn't being recognized
py.typed
N/A
:facepalm: a variable matching the module name was declared, which led to the problem. Irrelevant to this library--sorry for opening
Currently, imports lead to the following error (on mypy
1.10.0
):Describe the Bug
I've noticed that this library has a
py.typed
file within it, but it appears as though it isn't being recognizedSystem Information
Additional Context
N/A
Upvote & Fund