Skip to content

Commit 057b677

Browse files
committed
Format code with black
1 parent 18b86ba commit 057b677

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

can/interfaces/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
BACKENDS.update(
4949
{
5050
# This cast in wrong if interface.value is formatted badly, but we just fail later
51-
interface.name: cast(Tuple[str, str], tuple(interface.value.split(":", maxsplit=1)))
51+
interface.name: cast(
52+
Tuple[str, str], tuple(interface.value.split(":", maxsplit=1))
53+
)
5254
for interface in entry_points().get("can.interface", [])
5355
}
5456
)

0 commit comments

Comments
 (0)