Skip to content

Commit

Permalink
fixes Fix 'unresolved comment '# TODO:: describe error 204'' …
Browse files Browse the repository at this point in the history
…issue in src\nbiatoolkit\utils\parsers.py #112
  • Loading branch information
jjjermiah committed Mar 16, 2024
1 parent cd62728 commit 2740cb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nbiatoolkit/utils/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def parse_response(response: requests.Response) -> List[dict[Any, Any]]:
assert (
response.status_code == 200
), "The response status code must be 200 OK but is {}".format(response.status_code)
# TODO:: describe error 204

if not "application/json" in content_type:
if response.content == b"":
Expand Down

0 comments on commit 2740cb9

Please sign in to comment.