Skip to content

Commit a305fb8

Browse files
authored
fix a type hint typo in predict func (#1111)
1 parent 4784b77 commit a305fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sahi/predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def predict(
365365
frame_skip_interval: int = 0,
366366
export_pickle: bool = False,
367367
export_crop: bool = False,
368-
dataset_json_path: bool = None,
368+
dataset_json_path: str = None,
369369
project: str = "runs/predict",
370370
name: str = "exp",
371371
visual_bbox_thickness: int = None,

0 commit comments

Comments
 (0)