Skip to content

Commit cb58f9a

Browse files
authored
Merge pull request hardbyte#1232 from hardbyte/felixdivo-patch-list-conversion-removed
Remove unnssesary conversion to list
2 parents 00e2302 + 9f7842a commit cb58f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/interfaces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@
5151
}
5252
)
5353

54-
VALID_INTERFACES = frozenset(list(BACKENDS.keys()))
54+
VALID_INTERFACES = frozenset(BACKENDS.keys())

0 commit comments

Comments
 (0)