Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-randers committed Oct 22, 2024
1 parent c1f98f7 commit bf24e9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ def set_ready():

if __name__ == '__main__': # pragma: no cover
app.run(debug=DEBUG, host='0.0.0.0', port=PORT)

1 change: 0 additions & 1 deletion tests/api_request_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,3 @@ def test_make_request_wrong_headers():
api_client.logger = MagicMock()
assert api_client.make_request(headers='not a dict') is None
api_client.logger.error.assert_called_once_with("Request failed with error: <class 'ValueError'> Headers must be a dictionary")

0 comments on commit bf24e9b

Please sign in to comment.