fix: fix backend

This commit is contained in:
hetaoBackend 2026-01-20 09:58:27 +08:00
parent a18f37779e
commit d11763dcc8
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
from . import artifacts, models, proxy
from . import artifacts, models
__all__ = ["artifacts", "models", "proxy"]
__all__ = ["artifacts", "models"]