Skip to content

Commit a1da82c

Browse files
committed
fix linter scaleway-core
1 parent ea4d093 commit a1da82c

File tree

1 file changed

+2
-0
lines changed
  • scaleway-core/scaleway_core

1 file changed

+2
-0
lines changed

scaleway-core/scaleway_core/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ def _request(
124124

125125
if body is None:
126126
body = {}
127+
128+
raw_body: Union[bytes, str]
127129
if isinstance(body, bytes):
128130
raw_body = body
129131
else:

0 commit comments

Comments
 (0)