Skip to content

Commit 9f7842a

Browse files
authored
Remove unnssesary conversion to list
1 parent 2807da1 commit 9f7842a

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)