Skip to content

Commit

Permalink
Fix order of import in init
Browse files Browse the repository at this point in the history
  • Loading branch information
k034b363 committed Nov 13, 2024
1 parent fb33655 commit a09595e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plantcv/geospatial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from plantcv.geospatial.napari_polygon_grid import _lineintersect, napari_polygon_grid
from plantcv.geospatial.center_grid_rois import center_grid_rois


# Auto versioning
__version__ = version("plantcv-geospatial")

Expand All @@ -18,7 +17,6 @@
"points_to_geojson",
"napari_grid",
"_lineintersect",
"points_to_geojson",
"napari_polygon_grid",
"center_grid_rois"
]

0 comments on commit a09595e

Please sign in to comment.