Skip to content

Commit d431a3a

Browse files
committed
remove unused imports
1 parent 6980507 commit d431a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/notifier.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import logging
77
import threading
88
import time
9-
from typing import Any, Callable, cast, Iterable, List, Optional, Union, Awaitable
9+
from typing import Callable, Iterable, List, Optional, Union, Awaitable
1010

1111
from can.bus import BusABC
1212
from can.listener import Listener

0 commit comments

Comments
 (0)