df
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -8,6 +8,7 @@ It is intentionally lightweight and safe to import early at process
|
||||
startup so the CLI can detect and surface environment problems before
|
||||
trying to import cmdlets or other modules.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import importlib
|
||||
@@ -99,7 +100,11 @@ def check_urllib3_compat() -> Tuple[bool, str]:
|
||||
return False, "\n".join(lines)
|
||||
|
||||
# Looks good
|
||||
debug("urllib3 appears usable: version=%s, exceptions=%s", getattr(urllib3, "__version__", "<unknown>"), hasattr(urllib3, "exceptions"))
|
||||
debug(
|
||||
"urllib3 appears usable: version=%s, exceptions=%s",
|
||||
getattr(urllib3, "__version__", "<unknown>"),
|
||||
hasattr(urllib3, "exceptions"),
|
||||
)
|
||||
return True, "OK"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user