From a74b1ad2a1f7a0643556f041fb7777091f7ef2ef Mon Sep 17 00:00:00 2001 From: Ball JGC Date: Sun, 1 Oct 2023 17:21:40 +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 6a9f7f60..b9a34552 100644 --- a/detectree2/models/outputs.py +++ b/detectree2/models/outputs.py @@ -9,7 +9,7 @@ import re from http.client import REQUEST_URI_TOO_LONG # noqa: F401 from pathlib import Path -from typing import Optional, Dict, Union, List, Any, TypedDict +from typing import Any, Dict, List, Optional, TypedDict import cv2 import geopandas as gpd