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
src/letsbuilda/pypi/models/models_rss.py:37: error: Argument "publication_date" to "RSSPackageMetadata" has incompatible type "datetime | None"; expected "datetime" [arg-type]
It looks like this field is always present, so lets just remove the none-check.
The text was updated successfully, but these errors were encountered:
letsbuilda-pypi/src/letsbuilda/pypi/models/models_rss.py
Line 28 in 7bb06c0
is causing mypy to say
It looks like this field is always present, so lets just remove the none-check.
The text was updated successfully, but these errors were encountered: