Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
IGalat committed Sep 30, 2024
1 parent d0adf8c commit b1459e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tapper/controller/mouse/mouse_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def move(
if x_or_xy is not None and isinstance(x_or_xy, tuple):
x, y = x_or_xy
else:
x, y = x_or_xy, y
x = x_or_xy # type: ignore
self._commander.move(x, y, relative)

def memorize_pos(self) -> None:
Expand Down

0 comments on commit b1459e0

Please sign in to comment.