chore: remove tests

This commit is contained in:
Henry Li
2026-01-14 09:52:34 +08:00
parent c628c7f8db
commit 5d6a7442d6
2 changed files with 0 additions and 9 deletions

View File

@@ -39,8 +39,3 @@ class LocalSandbox(Sandbox):
mode = "a" if append else "w"
with open(path, mode) as f:
f.write(content)
if __name__ == "__main__":
sandbox = LocalSandbox("test")
print(sandbox.list_dir("/Users/Henry/mnt"))