pnbruckner / life360

A simple python life360 client
MIT License
16 stars 6 forks source link

Fix typehints for update_location #9

Open alexyao2015 opened 10 months ago

alexyao2015 commented 10 months ago

Modifying the type hints here does make the code here break, so I'm instead wrapping this in a list so the code doesn't need to be changed.

https://github.com/home-assistant/core/blob/735b5cf1a015b493ede0f18586c3bf8e5584cebf/homeassistant/components/life360/coordinator.py#L110