Add stubs for pyautogui (#8654)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Samuel T
2022-09-03 07:45:20 -04:00
committed by GitHub
parent 61831c0164
commit 4c100febcd
4 changed files with 252 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# pyautogui requires a display, resulting in the following error on the CI:
# failed to import, KeyError: 'DISPLAY'
pyautogui