Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Issue #1: remove overengineering
Browse files Browse the repository at this point in the history
  • Loading branch information
RickBarretto committed May 21, 2022
1 parent 47faa22 commit 4121f27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/fetch_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,3 @@ def __request(self) -> dict:
json = response.json()

return json


def raise_for_not_found(json: dict):
if not json:
raise PackageNotFound

0 comments on commit 4121f27

Please sign in to comment.