Skip to content

Commit 15705e9

Browse files
committed
fix linter scaleway-core
1 parent 60ce36c commit 15705e9

File tree

2 files changed

+2
-2
lines changed
  • scaleway-core/scaleway_core
  • scaleway/scaleway/instance/v1

2 files changed

+2
-2
lines changed

scaleway-core/scaleway_core/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ def _request(
122122
if method == "POST" or method == "PUT" or method == "PATCH":
123123
additional_headers["Content-Type"] = "application/json; charset=utf-8"
124124

125-
if body is None:
126-
body = {}
125+
if body is None:
126+
body = {}
127127
if isinstance(body, bytes):
128128
raw_body = body
129129
else:

scaleway/scaleway/instance/v1/tests.py

Whitespace-only changes.

0 commit comments

Comments
 (0)