Skip to content

Commit 38889ec

Browse files
committed
Format code with black
1 parent 4e8b8de commit 38889ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

can/interfaces/cantact.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
from unittest.mock import Mock
88

99
from can import BusABC, Message
10-
from ..exceptions import CanInitializationError, CanInterfaceNotImplementedError, error_check
10+
from ..exceptions import (
11+
CanInitializationError,
12+
CanInterfaceNotImplementedError,
13+
error_check,
14+
)
1115

1216
logger = logging.getLogger(__name__)
1317

0 commit comments

Comments
 (0)