Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: bug with listing repositories #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 27, 2022
Merged

Conversation

jackton1
Copy link
Contributor

No description provided.

import asyncclick as click

from github_deploy.commands._constants import BASE_URL
from github_deploy.commands._http_utils import delete, get, list_repos
from github_deploy.commands._http_utils import delete, get, list_repos, delete_contents, check_exists

Check notice

Code scanning / Pylint (reported by Codacy)

Unused delete_contents imported from github_deploy.commands._http_utils

Unused delete_contents imported from github_deploy.commands._http_utils
import asyncclick as click

from github_deploy.commands._constants import BASE_URL
from github_deploy.commands._http_utils import delete, get, list_repos
from github_deploy.commands._http_utils import delete, get, list_repos, delete_contents, check_exists

Check notice

Code scanning / Pylint (reported by Codacy)

Unused get imported from github_deploy.commands._http_utils

Unused get imported from github_deploy.commands._http_utils
import asyncclick as click

from github_deploy.commands._constants import BASE_URL
from github_deploy.commands._http_utils import delete, get, list_repos
from github_deploy.commands._http_utils import delete, get, list_repos, delete_contents, check_exists

Check notice

Code scanning / Pylint (reported by Codacy)

Unused delete imported from github_deploy.commands._http_utils

Unused delete imported from github_deploy.commands._http_utils
@lgtm-com
Copy link

lgtm-com bot commented Oct 26, 2022

This pull request introduces 2 alerts when merging d8700ba into 8d073c6 - view on LGTM.com

new alerts:

  • 2 for Unused import

@jackton1 jackton1 merged commit 8f17800 into main Oct 27, 2022
@jackton1 jackton1 deleted the fix/bug-with-listing-repositories branch October 27, 2022 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant