Skip to content

Commit 13e88b4

Browse files
committed
Fix checkstyle
1 parent 552827e commit 13e88b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/ci/aura_api_ci.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,12 @@ def create_instance(self, name: str, memory: str, type: str) -> dict[str, Any]:
7878
if should_retry:
7979
logging.debug(f"Error code: {response.status_code} - Retrying in {wait_time} s")
8080

81-
8281
response_json = response.json()
8382
if "errors" in response_json:
8483
raise Exception(response_json["errors"])
8584

8685
return response_json["data"] # type: ignore
8786

88-
8987
def check_running(self, db_id: str) -> None:
9088
RUNNING_MAX_WAIT_TIME = 60 * 5
9189

0 commit comments

Comments
 (0)