Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Nov 29, 2024
1 parent dfb3c3d commit a8c0e1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sedr/test_edreq12.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ class TestEDR(unittest.TestCase):
)

def test_requrementA5_2(self):
""" Test extent spatial bbox """
"""Test extent spatial bbox"""
# Good tests
for test_file in ["edrisobaric_collection.json", "edrisobaric_collection_bbox2.json"]:
for test_file in [
"edrisobaric_collection.json",
"edrisobaric_collection_bbox2.json",
]:
jsondata = {}
with open(f"testdata/{test_file}", "r", encoding="utf-8") as f:
jsondata = json.load(f)
Expand Down

0 comments on commit a8c0e1c

Please sign in to comment.