Skip to content

Commit 0acabbf

Browse files
committed
Format code with black
1 parent 8641f5e commit 0acabbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/ctypesutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
try:
17-
_LibBase = ctypes.WinDLL # type: ignore
17+
_LibBase = ctypes.WinDLL # type: ignore
1818
_FUNCTION_TYPE = ctypes.WINFUNCTYPE # type: ignore
1919
except AttributeError:
2020
_LibBase = ctypes.CDLL

0 commit comments

Comments
 (0)