Skip to content

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

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

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

Conversation

@deepsource-autofix
Copy link
Contributor

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

Details: None

This commit fixes the style issues introduced in 3231cbb 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 +356 to +357
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 +402 to +403
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 +449 to +450
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 +502 to +503
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