Skip to content

Commit a0e1ffd

Browse files
authored
Update delete.py
1 parent c9c934b commit a0e1ffd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github_deploy/commands/delete.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import asyncclick as click
55

66
from github_deploy.commands._constants import BASE_URL
7-
from github_deploy.commands._http_utils import delete, get, list_repos
8-
from github_deploy.commands._utils import get_repo, delete_contents, check_exists
7+
from github_deploy.commands._http_utils import delete, get, list_repos, delete_contents, check_exists
8+
from github_deploy.commands._utils import get_repo
99

1010

1111
async def handle_file_delete(*, repo, dest, token, semaphore, session):

0 commit comments

Comments
 (0)