Skip to content

Commit

Permalink
tidy formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PatBall1 committed Oct 1, 2023
1 parent 8d06531 commit b93bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectree2/models/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b93bfaa

Please sign in to comment.