Fix incorrect return type annotation

This commit is contained in:
allegroai 2023-10-28 22:55:56 +03:00
parent b2bb04899c
commit 2f233bb9fd

View File

@ -290,7 +290,7 @@ class Session(TokenManager):
return list(retry_codes) return list(retry_codes)
def _read_vaults(self): def _read_vaults(self):
# () -> Optional[dict] # () -> Optional[List[dict]]
if not self.check_min_api_version("2.15") or self.feature_set == "basic": if not self.check_min_api_version("2.15") or self.feature_set == "basic":
return return