Skip to content

Commit 9c5489b

Browse files
authored
Merge pull request peterhinch#107 from Product-Creation-Studio/ned/fix-primitive-loading
v3/primitives/__init__.py: Fix classname and module name in lazy loader
2 parents ee3f7dd + 79271fe commit 9c5489b

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)