Skip to content

Commit 7935c5e

Browse files
committed
Format code with black
1 parent 62acfb1 commit 7935c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/interfaces/vector/canlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
INFINITE: Optional[int]
2929
try:
3030
# Try builtin Python 3 Windows API
31-
from _winapi import WaitForSingleObject, INFINITE # type: ignore
31+
from _winapi import WaitForSingleObject, INFINITE # type: ignore
3232

3333
HAS_EVENTS = True
3434
except ImportError:

0 commit comments

Comments
 (0)