This commit is contained in:
Will McGugan
2023-01-02 13:56:52 +00:00
parent 7fd1baf83d
commit dc0ec3e737

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.