Skip to content

Commit abb529e

Browse files
committed
fixed another styling error
1 parent d9acbcc commit abb529e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def test_show_typing_notification(
594594
# Control sleep so loop runs predictably
595595
sleep_calls = 0
596596

597-
def fake_sleep(_):
597+
def fake_sleep(_: float) -> None:
598598
nonlocal sleep_calls
599599
sleep_calls += 1
600600
if sleep_calls == 2:

0 commit comments

Comments
 (0)