mirror of
https://github.com/clearml/clearml
synced 2025-06-23 01:55:38 +00:00
Fix internal import avoid circular imports
This commit is contained in:
parent
21ef615bb1
commit
f161811558
@ -169,4 +169,5 @@ class StorageManager(object):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_files_server(cls):
|
def get_files_server(cls):
|
||||||
|
from ..backend_api import Session
|
||||||
return Session.get_files_server_host()
|
return Session.get_files_server_host()
|
||||||
|
Loading…
Reference in New Issue
Block a user