From e21f605bcb803764b89cc379bbf5e2b2e682d73d Mon Sep 17 00:00:00 2001 From: John A Stevenson Date: Wed, 12 Jul 2023 13:27:27 +0100 Subject: [PATCH] Flake8 fix --- app/routes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index 3ac763c..0bc8ce2 100644 --- a/app/routes.py +++ b/app/routes.py @@ -10,7 +10,6 @@ from fastapi.responses import FileResponse, StreamingResponse from fastapi.exceptions import HTTPException -import geopandas as gpd import shapely from requests.exceptions import Timeout, ConnectionError, HTTPError