We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d6b84 commit d421e28Copy full SHA for d421e28
1 file changed
README.md
@@ -91,12 +91,11 @@ touch spawn_py_demo/joe.py
91
Populate this file with the following content:
92
93
```python
94
-from domain.domain_pb2 import JoeState, Request, Reply
+from domain.domain_pb2 import JoeState
95
from spawn.eigr.functions.actors.api.actor import Actor
96
from spawn.eigr.functions.actors.api.settings import ActorSettings
97
from spawn.eigr.functions.actors.api.context import Context
98
from spawn.eigr.functions.actors.api.value import Value
99
-from spawn.eigr.functions.actors.api.workflows.broadcast import Broadcast
100
101
actor = Actor(settings=ActorSettings(
102
name="joe", stateful=True, channel="test"))
0 commit comments