mirror of
https://github.com/clearml/clearml
synced 2025-05-12 08:30:38 +00:00
Merge branch 'master' of https://github.com/allegroai/clearml
This commit is contained in:
commit
d158496b78
@ -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