From 29f721f4b2b7adfe37f8f1bfe6170aa73fb0b4bd Mon Sep 17 00:00:00 2001 From: David Robertson Date: Sat, 11 Jun 2022 17:57:53 +0100 Subject: Easy annotations --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/utils.py b/tests/utils.py index 8f65edea29..0666458862 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -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 = [] -- cgit 1.5.1