Bump google-nest-sdm to 1.0.0 (#62783)

* Bump google-nest-sdm to 1.0.0

See release log in https://github.com/allenporter/python-google-nest-sdm/compare/0.4.9...1.0.0

* Remove typing ignore now that typing is fixed
This commit is contained in:
Allen Porter
2021-12-25 21:47:45 -08:00
committed by GitHub
parent cc92aa557a
commit c54439ef42
4 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ class NestEventMediaStore(EventMediaStore):
)
return self._data
async def async_save(self, data: dict) -> None: # type: ignore[override]
async def async_save(self, data: dict) -> None:
"""Save data."""
self._data = data