We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62acfb1 commit 7935c5eCopy full SHA for 7935c5e
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