Skip to content

Commit 90ef7e0

Browse files
committed
Revert "bugfix xd"
This reverts commit a66b22e.
1 parent faec95e commit 90ef7e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zoe/deco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,5 +567,5 @@ def __init__(self, name):
567567
self._name = name
568568
self.agent = DecoratedAgent(self._name, self)
569569

570-
def __call__(self, i=None):
570+
def __call__(self):
571571
self.agent.run()

0 commit comments

Comments
 (0)