mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Use apiserver namespace
This commit is contained in:
@@ -4,8 +4,8 @@ from typing import Sequence, Optional
|
||||
|
||||
import attr
|
||||
|
||||
from config import config
|
||||
from config.info import get_default_company
|
||||
from apiserver.config import config
|
||||
from apiserver.config.info import get_default_company
|
||||
|
||||
|
||||
class FixedUsersError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user