Skip to content

Commit

Permalink
testes: increase coverage for +96%
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanildoBarauna committed Jun 16, 2024
1 parent 8d21675 commit 0b27f89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/api_to_dataframe/models/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ def get_response(endpoint: str,
except Timeout as timeout_err:
print(f'Timeout error occurred: {timeout_err}')
raise timeout_err
except RequestException as req_err:
print(f'Error occurred: {req_err}')
raise req_err
else:
return response

Expand Down

0 comments on commit 0b27f89

Please sign in to comment.