From 4ec5fec390ecfe360f37f43d67a766b86052292d Mon Sep 17 00:00:00 2001 From: ClaraBuettner Date: Thu, 14 Sep 2023 10:11:10 +0200 Subject: [PATCH] Apply isort --- etrago/tools/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etrago/tools/utilities.py b/etrago/tools/utilities.py index 82abc665..77ac45d3 100755 --- a/etrago/tools/utilities.py +++ b/etrago/tools/utilities.py @@ -37,8 +37,8 @@ if "READTHEDOCS" not in os.environ: from egoio.tools import db - import geopandas as gpd from shapely.geometry import Point + import geopandas as gpd logger = logging.getLogger(__name__)