From b93bfaa8386382c6b39e7ed51f4a816033315b26 Mon Sep 17 00:00:00 2001 From: Ball JGC Date: Sun, 1 Oct 2023 16:44:50 +0000 Subject: [PATCH] tidy formatting --- detectree2/models/outputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectree2/models/outputs.py b/detectree2/models/outputs.py index 8d4ec5db..c2e0d332 100644 --- a/detectree2/models/outputs.py +++ b/detectree2/models/outputs.py @@ -182,7 +182,7 @@ def project_to_geojson(tiles_path, pred_fold=None, output_fold=None, multi_class }, }, "features": [], - } + } # type: Dict[str, Union[str, Dict[str, Any], List[Dict[str, Any]]]] # load the json file we need to convert into a geojson with open(filename, "r") as prediction_file: