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 21, 2024
1 parent 7b95888 commit 0ebf7ba
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
1 change: 0 additions & 1 deletion infero/convert/onnx.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
from infero.pull.download import download_model
from infero.utils import sanitize_model_name, print_success
from transformers import AutoModelForSequenceClassification
import torch
Expand Down
1 change: 0 additions & 1 deletion infero/pull/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import requests
import json
import yaml
import typer
from tqdm import tqdm

from infero.utils import print_error, print_success, sanitize_model_name
Expand Down
29 changes: 28 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fastapi = {extras = ["standard"], version = "^0.115.5"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
ruff = "^0.7.4"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 0ebf7ba

Please sign in to comment.