Pycharm unexpected type(s) for date field #848
Unanswered
SergeyKapshuchenko
asked this question in
Questions
Replies: 3 comments 1 reply
-
but works great with datetime field |
Beta Was this translation helpful? Give feedback.
0 replies
-
any updates ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
From the source code _TScalar_0 = TypeVar(
"_TScalar_0",
Column, # type: ignore
Sequence, # type: ignore
Mapping, # type: ignore
UUID,
datetime,
float,
int,
bool,
bytes,
str,
None,
) You can see that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
Hi, pycharm complains about unexpected type when I select fields of date type.
Operating System
macOS
Operating System Details
No response
SQLModel Version
0.0.16
Python Version
3.12
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions