From a8c0e1cdbf5355fc884a03fc6c9dea4a7bf127dc Mon Sep 17 00:00:00 2001 From: Lars Falk-Petersen Date: Fri, 29 Nov 2024 12:51:12 +0100 Subject: [PATCH] Lint --- sedr/test_edreq12.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sedr/test_edreq12.py b/sedr/test_edreq12.py index 542ca74..a4645b5 100644 --- a/sedr/test_edreq12.py +++ b/sedr/test_edreq12.py @@ -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)