Add missing function signature (#51153)

This commit is contained in:
ollo69 2021-05-27 13:52:05 +02:00 committed by GitHub
parent 65f2fe9c01
commit 69e454fd49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -419,7 +419,7 @@ class AsusWrtRouter:
return self._api
async def _get_nvram_info(api: AsusWrt, info_type):
async def _get_nvram_info(api: AsusWrt, info_type: str) -> dict[str, Any]:
"""Get AsusWrt router info from nvram."""
info = {}
try: