Skip to content

Commit

Permalink
clean up comments in win.py
Browse files Browse the repository at this point in the history
(cherry picked from commit 61ded9b)
  • Loading branch information
yimelia committed Dec 24, 2019
1 parent 76d5c77 commit c090c40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions airtest/core/win/win.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
import subprocess
from mss import mss
from functools import wraps
import pywintypes
import pywintypes # noqa
import win32api

from pywinauto.application import Application
from pywinauto import mouse, keyboard
from pywinauto.win32structures import RECT
from pywinauto.win32functions import SetForegroundWindow, GetSystemMetrics # ,SetProcessDPIAware
from pywinauto.win32functions import SetForegroundWindow, GetSystemMetrics

from airtest.core.win.ctypesinput import key_press, key_release
from airtest.core.win.screen import screenshot

from airtest import aircv
from airtest.core.device import Device
from airtest.core.settings import Settings as ST # noqa
from airtest.core.settings import Settings as ST


def require_app(func):
Expand Down

0 comments on commit c090c40

Please sign in to comment.