mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Bulk pep8 fixes - hand crafted (#33690)
* Bulk pep8 fixes - hand crafted Fix by hand the remaining issues that autopep8 couldn't * Next batch of hand crafted pep8 fixes * Ignore W503 https://github.com/PyCQA/pycodestyle/pull/499 * Revert more of W503
This commit is contained in:
committed by
Toshio Kuratomi
parent
bcd189509e
commit
18529a275b
@@ -441,7 +441,7 @@ def main():
|
||||
b_dest = to_bytes(dest, errors='surrogate_or_strict')
|
||||
keep_name = module.params["keep_name"]
|
||||
|
||||
#downloader = MavenDownloader(module, repository_url, repository_username, repository_password)
|
||||
# downloader = MavenDownloader(module, repository_url, repository_username, repository_password)
|
||||
downloader = MavenDownloader(module, repository_url)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user