Skip to content

Commit 53aebce

Browse files
committed
Update client.py
1 parent 405ba82 commit 53aebce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

jupiterone/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def _execute_query(self, query: str, variables: Dict = None) -> Dict:
117117
raise JupiterOneApiRetryError(
118118
"JupiterOne API rate limit exceeded"
119119
)
120-
121120
raise JupiterOneApiError(content.get("errors"))
122121
return response.json()
123122

0 commit comments

Comments
 (0)