Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ameen-91 committed Nov 29, 2024
1 parent 6e4883a commit b1dc318
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infero/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
import subprocess
import typer
from infero.pull.download import check_model, pull_model
from tabulate import tabulate
from infero.convert.onnx import convert_to_onnx, convert_to_onnx_q8
from infero.utils import (
sanitize_model_name,
get_models_dir,
get_package_dir,
print_neutral,
print_success_bold,
print_error,
get_memory_usage,
)
from infero.pull.models import remove_model, display_models

Expand Down

0 comments on commit b1dc318

Please sign in to comment.