Skip to content

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

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

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

Conversation

@deepsource-autofix
Copy link
Contributor

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

Details: None

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

Details: None
@cla-bot cla-bot bot added the cla-signed label Mar 30, 2024
Comment on lines +445 to +446
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 +304 to +305
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 +350 to +351
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 +395 to +396
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
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