Skip to content

Commit c84b924

Browse files
committed
tests: Partially refactor test_show_typing_notification to fix flaky behavior caused by asynchronous timing. Fixes #1501.
1 parent abb529e commit c84b924

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
@@ -1,7 +1,7 @@
11
import os
22
import webbrowser
33
from platform import platform
4-
from threading import Thread, Timer
4+
from threading import Thread
55
from typing import Any, Dict, List, Optional, Set, Tuple
66

77
import pyperclip

0 commit comments

Comments
 (0)