Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IGalat committed Sep 26, 2024
1 parent ded0d9a commit 084c376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tapper/helper/img.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def get_find_raw(
def snip(
prefix: str | None = "snip",
bbox_to_name: bool = True,
bbox_callback: Callable[[BboxT], Any] | None = None,
bbox_callback: Callable[[int, int, int, int], Any] | None = None,
picture_callback: Callable[[ImagePixelMatrixT], Any] | None = None,
) -> Callable[[], None]:
"""
Expand Down

0 comments on commit 084c376

Please sign in to comment.