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
PetLocationData.since is of type datetime | None. However, Pet.location() as well as Pet.activity() are initialising it with since=position.get("since", None), which is a simple ISO string.
The text was updated successfully, but these errors were encountered:
PetLocationData.since
is of typedatetime | None
. However, Pet.location() as well as Pet.activity() are initialising it withsince=position.get("since", None)
, which is a simple ISO string.The text was updated successfully, but these errors were encountered: