This commit is contained in:
jxxghp
2025-01-07 20:58:27 +08:00
parent 0dc20cd9b4
commit 6f593beeed
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ class StorageChain(ChainBase):
"""
return self.run_module("storage_usage", storage=storage)
def support_transtype(self, storage: str) -> Optional[str]:
def support_transtype(self, storage: str) -> Optional[dict]:
"""
获取支持的整理方式
"""