This commit is contained in:
Will McGugan
2023-01-05 11:34:07 +00:00
parent 5083cc188f
commit 9a4d61ac60

View File

@@ -12,7 +12,6 @@ WAIT_FAILED = 0xFFFFFFFF
CREATE_WAITABLE_TIMER_HIGH_RESOLUTION = 0x00000002
def sleep(sleep_for: float) -> None:
"""A replacement sleep for Windows.