Skip to content

Commit 99367f1

Browse files
committed
Make set_filters optional for subclasses of Bus.
1 parent 343565d commit 99367f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

can/bus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def __iter__(self):
7373
yield m
7474
logger.debug("done iterating over bus messages")
7575

76-
@abc.abstractmethod
7776
def set_filters(self, can_filters=None):
7877
"""Apply filtering to all messages received by this Bus.
7978

0 commit comments

Comments
 (0)