diff --git a/outpostcli/lfs/commands.py b/outpostcli/lfs/commands.py index a922e3c..8d25311 100644 --- a/outpostcli/lfs/commands.py +++ b/outpostcli/lfs/commands.py @@ -7,11 +7,10 @@ from typing import Dict, Optional import click -import httpx from outpostkit.repository.lfs.transfer import MultipartTransferAdapter from outpostcli.constants import CLI_BINARY_NAME -from outpostcli.lfs.utils import HTTPException, SliceFileObj, _raise_for_status +from outpostcli.lfs.utils import HTTPException from outpostcli.utils import click_group # from huggingface_hub.commands import BaseHuggingfaceCLICommand