From 4162490e48826c163547f7293a305dc8827ec2ab Mon Sep 17 00:00:00 2001 From: jacquelynsmale Date: Wed, 15 May 2024 13:57:12 -0800 Subject: [PATCH] fix blank space --- src/hyp3_sdk/hyp3.py | 1 + tests/test_hyp3.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hyp3_sdk/hyp3.py b/src/hyp3_sdk/hyp3.py index eb8930a..6f312c0 100644 --- a/src/hyp3_sdk/hyp3.py +++ b/src/hyp3_sdk/hyp3.py @@ -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. diff --git a/tests/test_hyp3.py b/tests/test_hyp3.py index 38cb58d..aa60407 100644 --- a/tests/test_hyp3.py +++ b/tests/test_hyp3.py @@ -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}