Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Jun 27, 2023
1 parent d09e33a commit 968c0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/server/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
import click
import yaml

from deepsparse.base_pipeline import SupportedTasks
from deepsparse.server.config import EndpointConfig, ServerConfig
from deepsparse.server.server import start_server
from deepsparse.tasks import SupportedTasks


HOST_OPTION = click.option(
Expand Down

0 comments on commit 968c0c4

Please sign in to comment.