Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
PatBall1 committed Jul 26, 2023
1 parent 286b8de commit 379d7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectree2/models/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import rasterio
from rasterio.crs import CRS
from shapely.geometry import Polygon, box, shape
from shapely.ops import unary_union
from shapely.ops import unary_union, orient


def polygon_from_mask(masked_arr):
Expand Down

0 comments on commit 379d7b5

Please sign in to comment.