Skip to content

Commit ec4862f

Browse files
karldinghardbyte
authored andcommitted
Remove deprecated SocketCAN interfaces from list
The SocketCAN interface used to be split into socketcan_native and socketcan_ctypes interfaces. However, these have now been deprecated, with a deprecation window throughout 3.*.* releases. The code relevant to these interfaces has already been cleaned up, but it seems like these references were missed in the process.
1 parent a7527a4 commit ec4862f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

can/interfaces/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@
3434
}
3535
)
3636

37-
VALID_INTERFACES = frozenset(
38-
list(BACKENDS.keys()) + ["socketcan_native", "socketcan_ctypes"]
39-
)
37+
VALID_INTERFACES = frozenset(list(BACKENDS.keys()))

0 commit comments

Comments
 (0)