Skip to content

style: format code with Autopep8, Black, isort and Yapf#27

Open
deepsource-autofix[bot] wants to merge 1 commit intomainfrom
deepsource-transform-9ddd0d71
Open

style: format code with Autopep8, Black, isort and Yapf#27
deepsource-autofix[bot] wants to merge 1 commit intomainfrom
deepsource-transform-9ddd0d71

Conversation

@deepsource-autofix
Copy link
Contributor

This commit fixes the style issues introduced in 5ae1da9 according to the output
from Autopep8, Black, isort and Yapf.

Details: None

This commit fixes the style issues introduced in 5ae1da9 according to the output
from Autopep8, Black, isort and Yapf.

Details: None
@cla-bot cla-bot bot added the cla-signed label Dec 10, 2023
for package in packages:subprocess.call(package)
else:subprocess.call(packages)
for package in packages:
subprocess.call(package)

Check notice

Code scanning / Bandit

subprocess call - check for execution of untrusted input.

subprocess call - check for execution of untrusted input.
for package in packages:
subprocess.call(package)
else:
subprocess.call(packages)

Check notice

Code scanning / Bandit

subprocess call - check for execution of untrusted input.

subprocess call - check for execution of untrusted input.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants