Skip to content

Commit cb63a41

Browse files
committed
- change the type of clip_geom from AnyGeometry to "AnyGeometry"
1 parent b21566f commit cb63a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dggrid4py/dggrid_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,7 @@ def specify_clip_settings(
21302130
tmp_dir: str = None,
21312131
tmp_id: uuid = None,
21322132
tmp_geo_out: dict = None,
2133-
clip_geom: AnyGeometry = None,
2133+
clip_geom: "AnyGeometry" = None,
21342134
input_address_type: str = "SEQNUM",
21352135
has_gdal: bool = True,
21362136
clip_cell_res: int = None,

0 commit comments

Comments
 (0)