1
0

Easy annotations

This commit is contained in:
David Robertson
2022-06-11 17:57:53 +01:00
parent 797b2bd9c7
commit 29f721f4b2
+1 -1
View File
@@ -206,7 +206,7 @@ def mock_getRawHeaders(headers=None):
class MockClock:
now = 1000
def __init__(self):
def __init__(self) -> None:
# list of lists of [absolute_time, callback, expired] in no particular
# order
self.timers = []