Skip to content

Commit 0584825

Browse files
Adjusting linter
1 parent 4069c77 commit 0584825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

botcity/core/application/functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def connect(backend=Backend.WIN_32, timeout=60000,
5252
raise WindowNotFoundError(f"Unable to find an app using these criteria: {connection_selectors}")
5353
return app
5454

55+
5556
def find_window(app: Union[Application, WindowSpecification],
5657
waiting_time=10000, **selectors) -> WindowSpecification:
5758
"""

0 commit comments

Comments
 (0)