Skip to content

Commit

Permalink
fs
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Sep 30, 2024
1 parent 1f56daa commit 0105d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/xorbits/_mars/storage/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class AlluxioStorage(FileSystemStorage):

def __init__(
self,
root_dirs: str,
root_dirs: List[str],
local_environ: bool, # local_environ means standalone mode
level: StorageLevel = None,
size: int = None,
Expand Down

0 comments on commit 0105d60

Please sign in to comment.