Skip to content

Commit

Permalink
fix set attr
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Sep 9, 2024
1 parent ae2ae9a commit acd4b77
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/agentscope/rpc/rpc_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,6 @@ def __getattr__(self, name: str) -> Callable:
args={},
)

def __setattr__(self, name: str, value: Any) -> None:
return self._call_func(
func_name="__setattr__",
args={
"args": (name, value),
},
)

def __del__(self) -> None:
self.stop()

Expand Down

0 comments on commit acd4b77

Please sign in to comment.