diff --git a/stubs/PyAutoGUI/pyautogui/__init__.pyi b/stubs/PyAutoGUI/pyautogui/__init__.pyi index 7b868e4caa1d..08bb2b7b9529 100644 --- a/stubs/PyAutoGUI/pyautogui/__init__.pyi +++ b/stubs/PyAutoGUI/pyautogui/__init__.pyi @@ -60,8 +60,8 @@ def useImageNotFoundException(value: bool | None = None) -> None: ... def isShiftCharacter(character: str) -> bool: ... class Point(NamedTuple): - x: float - y: float + x: int + y: int class Size(NamedTuple): width: int