Skip to content

Commit 79271fe

Browse files
committed
v3/primitives/__init__.py: Fix classname and module name in lazy loader
1 parent ee3f7dd commit 79271fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/primitives/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _handle_exception(loop, context):
3535
"Barrier": "barrier",
3636
"Condition": "condition",
3737
"Delay_ms": "delay_ms",
38-
"Encode": "encoder_async",
38+
"Encoder": "encoder",
3939
"Pushbutton": "pushbutton",
4040
"ESP32Touch": "pushbutton",
4141
"Queue": "queue",

0 commit comments

Comments
 (0)