You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this type checks, but blows up at runtime. Tested with python 3.11.
EDIT: this issue originally claimed that now() was also incorrectly typed, but it seems that was not correct.
The text was updated successfully, but these errors were encountered:
tamird
changed the title
datetime factory functions (now, utcnow, maybe others) are annotated as Self but return datetimedatetime factory functions (utcnow, maybe others) are annotated as Self but return datetimeApr 30, 2024
this type checks, but blows up at runtime. Tested with python 3.11.
EDIT: this issue originally claimed that
now()
was also incorrectly typed, but it seems that was not correct.The text was updated successfully, but these errors were encountered: