From 96093572f49ff6908e4b390719dd82049b59c297 Mon Sep 17 00:00:00 2001 From: HaleySchuhl Date: Fri, 13 Dec 2024 09:45:03 -0600 Subject: [PATCH] deepsource fix --- plantcv/geospatial/points2roi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plantcv/geospatial/points2roi.py b/plantcv/geospatial/points2roi.py index 20634b8..d975a45 100644 --- a/plantcv/geospatial/points2roi.py +++ b/plantcv/geospatial/points2roi.py @@ -1,5 +1,4 @@ # Transform georeferenced GeoJSON/shapefile points into python coordinates -import geopandas from plantcv.geospatial.transform_polygons import transform_polygons from plantcv.geospatial._helpers import _transform_geojson_crs from plantcv.plantcv import Objects @@ -37,7 +36,8 @@ def points2roi_circle(img, geojson, radius): def _points2roi(roi_list): """ - Helper that takes ROI contour coordinates and populates a plantcv Objects class instance + Helper that takes ROI contour coordinates and populates + a plantcv Objects class instance Inputs: roi_list = List of ROI contours from georeferenced origin