Skip to content

Commit 2e169b0

Browse files
committed
Add line break
1 parent 35616d8 commit 2e169b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dingz/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ async def _request(
5151
if content_type == "application/json":
5252
raise DingzError(response.status, json.loads(contents.decode("utf8")))
5353
raise DingzError(response.status, {"message": contents.decode("utf8")})
54+
5455
if "application/json" in content_type:
5556
response_json = await response.json()
5657
return response_json

0 commit comments

Comments
 (0)