fix: fix backend
This commit is contained in:
parent
a18f37779e
commit
d11763dcc8
|
|
@ -1,3 +1,3 @@
|
|||
from . import artifacts, models, proxy
|
||||
from . import artifacts, models
|
||||
|
||||
__all__ = ["artifacts", "models", "proxy"]
|
||||
__all__ = ["artifacts", "models"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue