Add docstring
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
clearml 2025-05-10 11:05:09 +03:00
parent c9533d814a
commit 4d6b54d51a

View File

@ -736,6 +736,9 @@ class Session(TokenManager):
@classmethod
def get_app_server_host(cls, config: Optional[ConfigTree] = None) -> str:
"""
Get app server (webserver) host. This is done either from configuration or by inferring from the apiserver host.
"""
if not config:
from ...config import config_obj