Skip to content

Commit

Permalink
lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-ya committed May 18, 2024
1 parent ef9360a commit d6b5220
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions outpostcli/lfs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6b5220

Please sign in to comment.