Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed Dec 6, 2024
1 parent 5752be6 commit 1ead4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plantcv/geospatial/analyze/coverage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Analyze pixel count over many regions
from rasterstats import zonal_stats
from plantcv.plantcv import warn, outputs, params
from plantcv.plantcv import outputs, params
from matplotlib import pyplot as plt
from rasterio.plot import plotting_extent
import geopandas
Expand Down

0 comments on commit 1ead4cb

Please sign in to comment.