Skip to content

Commit

Permalink
deepsource fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed Dec 13, 2024
1 parent 65858e4 commit 9609357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plantcv/geospatial/points2roi.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9609357

Please sign in to comment.