Skip to content

Commit

Permalink
Added import os in test for points_to_geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
k034b363 committed Oct 4, 2024
1 parent dc3e6e7 commit bf10338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_geospatial_points_to_geojson.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Tests for geospatial.points_to_geojson"""

import pytest
import os
import plantcv.annotate as an
from plantcv.geospatial import read_geotif
from plantcv.geospatial import points_to_geojson
Expand Down

0 comments on commit bf10338

Please sign in to comment.