Skip to content

Commit d421e28

Browse files
committed
Adjusts in imports
1 parent a9d6b84 commit d421e28

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,11 @@ touch spawn_py_demo/joe.py
9191
Populate this file with the following content:
9292

9393
```python
94-
from domain.domain_pb2 import JoeState, Request, Reply
94+
from domain.domain_pb2 import JoeState
9595
from spawn.eigr.functions.actors.api.actor import Actor
9696
from spawn.eigr.functions.actors.api.settings import ActorSettings
9797
from spawn.eigr.functions.actors.api.context import Context
9898
from spawn.eigr.functions.actors.api.value import Value
99-
from spawn.eigr.functions.actors.api.workflows.broadcast import Broadcast
10099

101100
actor = Actor(settings=ActorSettings(
102101
name="joe", stateful=True, channel="test"))

0 commit comments

Comments
 (0)