Skip to content

Commit af2a92f

Browse files
committed
Fix ut
1 parent e889f9c commit af2a92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mars/services/storage/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
logger = logging.getLogger(__name__)
4040

4141

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

0 commit comments

Comments
 (0)