Skip to content

Commit 5032c3e

Browse files
committed
Fix review comment
1 parent 6a36371 commit 5032c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_samples/rev_touch_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from component import Component, PortType
2-
from _collections_abc import Callable
2+
from collections.abc import Callable
33

44
class RevTouchSensor(Component):
55
def __init__(self):

0 commit comments

Comments
 (0)