Skip to content

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

Open
deepsource-autofix[bot] wants to merge 1 commit intomainfrom
deepsource-transform-32059a90
Open

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

Conversation

@deepsource-autofix
Copy link
Contributor

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

Details: None

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

Details: None
@cla-bot cla-bot bot added the cla-signed label Mar 26, 2024
Comment on lines +206 to +207
response = requests.post(
url, headers=headers, params=params, data=json.dumps(data)

Check warning

Code scanning / Bandit

Requests call without timeout

Requests call without timeout
Comment on lines +236 to +237
response = requests.delete(
url, headers=headers, params=params, data=json.dumps(data)

Check warning

Code scanning / Bandit

Requests call without timeout

Requests call without timeout
Comment on lines +264 to +265
response = requests.post(
url, headers=headers, params=params, data=json.dumps(data)

Check warning

Code scanning / Bandit

Requests call without timeout

Requests call without timeout
Comment on lines +298 to +299
response = requests.delete(
url, headers=headers, params=params, data=json.dumps(data)

Check warning

Code scanning / Bandit

Requests call without timeout

Requests call without timeout
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