From a8911cbd5f105728e843eb0495e8ed498b403aba Mon Sep 17 00:00:00 2001 From: jpolchlo Date: Thu, 4 May 2023 18:24:46 -0400 Subject: [PATCH] Formatting changes --- tests/extensions/test_classification.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/extensions/test_classification.py b/tests/extensions/test_classification.py index 6623bb239..4273d443f 100644 --- a/tests/extensions/test_classification.py +++ b/tests/extensions/test_classification.py @@ -36,6 +36,7 @@ def item_dict() -> Dict[str, Any]: return cast(Dict[str, Any], json.load(f)) + @pytest.fixture def landsat_item() -> Item: return Item.from_file(LANDSAT_EXAMPLE_URI)