Skip to content

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

Open
deepsource-autofix[bot] wants to merge 1 commit intomainfrom
deepsource-transform-2c9821b1
Open

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

Conversation

@deepsource-autofix
Copy link
Contributor

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

Details: None

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

Details: None
@cla-bot cla-bot bot added the cla-signed label Apr 3, 2024
Comment on lines +357 to +358
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 +403 to +404
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 +450 to +451
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 +503 to +504
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