Skip to content

Commit

Permalink
Fixing Pywinauto Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyzu committed Aug 17, 2024
1 parent 63e8a9b commit 094cd24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cdp_patches/input/os_base/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
import warnings
from typing import List, Literal, Union

from pywinauto import application, timings
from pywinauto import application, timings, win32defines, win32functions, win32structures
from pywinauto.application import WindowSpecification
from pywinauto.base_wrapper import ElementNotVisible
from pywinauto.controls.hwndwrapper import HwndWrapper, InvalidWindowHandle, _calc_flags_and_coords
from pywinauto.windows import win32defines, win32functions, win32structures

from cdp_patches.input.exceptions import WindowClosedException

Expand Down

0 comments on commit 094cd24

Please sign in to comment.