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

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: