mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Fix incorrect return type annotation
This commit is contained in:
parent
b2bb04899c
commit
2f233bb9fd
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user