Skip to content

Commit 59ece13

Browse files
committed
Ignore name-defined mypy error for _csv._writer
1 parent 3d6ab41 commit 59ece13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

movement/io/save_bboxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def _write_via_tracks_csv(
436436

437437

438438
def _write_single_row(
439-
writer: "_csv._writer", # requires a string literal type annotation
439+
writer: "_csv._writer", # type: ignore[name-defined]
440440
xy_values: np.ndarray,
441441
wh_values: np.ndarray,
442442
confidence: float | None,

0 commit comments

Comments
 (0)