Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruthi-Patil committed Apr 17, 2024
1 parent 3c15064 commit de5183f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions tests/test_region_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
)
def test_get_region_data(api_key, region_code):
"""Check if region data is returned."""
output = client.get_region_data(
api_key,
region_code=region_code
)
output = client.get_region_data(api_key, region_code=region_code)
assert len(output) > 0


Expand Down
1 change: 0 additions & 1 deletion tests/test_region_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def test_get_region_list(api_key, spatial_resolution):
assert output[0].get("resolution") == spatial_resolution



def test_save_regions(api_key):
"""Check if the results of get_regions() are saved properly."""
save_path = os.path.join(os.path.dirname(__file__))
Expand Down

0 comments on commit de5183f

Please sign in to comment.