Skip to content

Commit

Permalink
Line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 20, 2024
1 parent c4f8348 commit 7a797a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/region_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ def get_top_window_at(x: int, y: int):
# from winrt.windows.foundation import AsyncStatus, IAsyncOperation
# from winrt.windows.graphics.capture import GraphicsCaptureItem, GraphicsCapturePicker
#
# def callback(async_operation: IAsyncOperation[GraphicsCaptureItem], async_status: AsyncStatus):
# def callback(
# async_operation: IAsyncOperation[GraphicsCaptureItem],
# async_status: AsyncStatus,
# ):
# try:
# if async_status != AsyncStatus.COMPLETED:
# return
Expand Down

0 comments on commit 7a797a0

Please sign in to comment.