Skip to content

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

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

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

Conversation

@deepsource-autofix
Copy link
Contributor

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

Details: None

This commit fixes the style issues introduced in 5af1d49 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 +358 to +359
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 +404 to +405
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 +451 to +452
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 +504 to +505
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