Skip to content

Commit a2dbc44

Browse files
committed
reformat for linter
1 parent d44efe0 commit a2dbc44

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pystapi-client/src/pystapi_client/scripts/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import json
33

44
import click
5-
65
from pystapi_client.client import Client
76
from pystapi_client.exceptions import APIError
87

pystapi-client/src/pystapi_client/stapi_api_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def request(
149149
logger.debug(err)
150150
raise APIError(f"Error sending request: {err=}")
151151

152-
153152
# NOTE what about other successful status codes?
154153
if resp.status_code != 200:
155154
raise APIError.from_response(resp)

0 commit comments

Comments
 (0)