Skip to content

Commit

Permalink
Fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
hekaisheng committed May 17, 2022
1 parent e889f9c commit af2a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mars/services/storage/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
logger = logging.getLogger(__name__)


class StorageHandlerActor(mo.StatelessActor):
class StorageHandlerActor(mo.Actor):
"""
Storage handler actor, provide methods like `get`, `put`, etc.
This actor is stateful and created on worker's sub pools.
Expand Down

0 comments on commit af2a92f

Please sign in to comment.