We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faec95e commit 90ef7e0Copy full SHA for 90ef7e0
1 file changed
zoe/deco.py
@@ -567,5 +567,5 @@ def __init__(self, name):
567
self._name = name
568
self.agent = DecoratedAgent(self._name, self)
569
570
- def __call__(self, i=None):
+ def __call__(self):
571
self.agent.run()
0 commit comments