Skip to content

Commit

Permalink
remove non-functioning package
Browse files Browse the repository at this point in the history
  • Loading branch information
IGalat committed Sep 30, 2024
1 parent 66cbdbd commit 40f86ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/tapper/controller/mouse/mouse_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from tapper.controller.resource_controller import ResourceController
from tapper.model import constants
from tapper.state import keeper
from tapper.validation import report


def is_near(current_x: int, current_y: int, x: int, y: int, precision: int) -> bool:
Expand All @@ -20,8 +19,6 @@ def calc_move(
y: Optional[int],
relative: bool,
) -> tuple[int, int]:
if x is None and y is None:
report.error("MouseCommander move with no coordinates specified.")
if not relative:
if x is None:
x = get_pos()[0]
Expand Down
9 changes: 0 additions & 9 deletions src/tapper/validation/report.py

This file was deleted.

0 comments on commit 40f86ce

Please sign in to comment.