Skip to content

Commit

Permalink
fix blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelynsmale committed May 15, 2024
1 parent 1bc4d4e commit 4162490
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/hyp3_sdk/hyp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
PROD_API = 'https://hyp3-api.asf.alaska.edu'
TEST_API = 'https://hyp3-test-api.asf.alaska.edu'


class HyP3:
"""A python wrapper around the HyP3 API.
Expand Down
2 changes: 0 additions & 2 deletions tests/test_hyp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,6 @@ def test_check_application_status_errors(get_mock_hyp3):
assert 'request for access has been rejected' in str(w[0].message)




@responses.activate
def test_costs(get_mock_hyp3):
api_response = {'foo': 5}
Expand Down

0 comments on commit 4162490

Please sign in to comment.