Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codingl2k1 committed Jan 25, 2025
1 parent 6d1de8a commit e4ce8da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xinference/client/handlers.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
from .restful.restful_client import ( # noqa: F401
RESTfulAudioModelHandle as AudioModelHandle,
)
from .restful.restful_client import ( # noqa: F401
RESTfulVideoModelHandle as VideoModelHandle,
)
from .restful.restful_client import ( # noqa: F401
RESTfulChatModelHandle as ChatModelHandle,
)
Expand All @@ -16,3 +13,6 @@
from .restful.restful_client import ( # noqa: F401
RESTfulImageModelHandle as ImageModelHandle,
)
from .restful.restful_client import ( # noqa: F401
RESTfulVideoModelHandle as VideoModelHandle,
)

0 comments on commit e4ce8da

Please sign in to comment.