mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-24 00:45:57 +00:00
chore: remove tests
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user