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
classPost:
user=fields.ListField(fields.StringField())
post=Post()
# should be 'list[str | None] | None' since user is not required and StringField is not required.reveal_type(post.user) # Revealed type is 'list[str]'
related: python/mypy#10312
The text was updated successfully, but these errors were encountered: