We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a36371 commit 5032c3eCopy full SHA for 5032c3e
external_samples/rev_touch_sensor.py
@@ -1,5 +1,5 @@
1
from component import Component, PortType
2
-from _collections_abc import Callable
+from collections.abc import Callable
3
4
class RevTouchSensor(Component):
5
def __init__(self):
0 commit comments