Skip to content

Commit a963fcc

Browse files
committed
Format code with black
1 parent 786bdbf commit a963fcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)