We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786bdbf commit a963fccCopy full SHA for a963fcc
1 file changed
can/interfaces/vector/canlib.py
@@ -28,7 +28,7 @@
28
INFINITE: Optional[int]
29
try:
30
# Try builtin Python 3 Windows API
31
- from _winapi import WaitForSingleObject, INFINITE # type: ignore
+ from _winapi import WaitForSingleObject, INFINITE # type: ignore
32
33
HAS_EVENTS = True
34
except ImportError:
0 commit comments