We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c934b commit a0e1ffdCopy full SHA for a0e1ffd
1 file changed
github_deploy/commands/delete.py
@@ -4,8 +4,8 @@
4
import asyncclick as click
5
6
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
+from github_deploy.commands._http_utils import delete, get, list_repos, delete_contents, check_exists
+from github_deploy.commands._utils import get_repo
9
10
11
async def handle_file_delete(*, repo, dest, token, semaphore, session):
0 commit comments