Skip to content

Commit

Permalink
fix linter scaleway-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Laure-di committed Jan 13, 2025
1 parent 98f58ba commit 7b45a1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scaleway-core/scaleway_core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ def _request(

if body is None:
body = {}

raw_body: Union[bytes, str]
if isinstance(body, bytes):
raw_body = body
else:
Expand Down

0 comments on commit 7b45a1a

Please sign in to comment.