We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6980507 commit d431a3aCopy full SHA for d431a3a
can/notifier.py
@@ -6,7 +6,7 @@
6
import logging
7
import threading
8
import time
9
-from typing import Any, Callable, cast, Iterable, List, Optional, Union, Awaitable
+from typing import Callable, Iterable, List, Optional, Union, Awaitable
10
11
from can.bus import BusABC
12
from can.listener import Listener
0 commit comments