Skip to content

Commit

Permalink
rm dl for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Jun 13, 2024
1 parent 389bfdc commit 35ec60b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/big_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ def download_file_from_url(url: str) -> None:
codebox.run("import os")
print(codebox.run("print(os.listdir())"))
print(codebox.run("print([(f, os.path.getsize(f)) for f in os.listdir('.')])"))

file = codebox.download("data-test.arrow")
print(file)

0 comments on commit 35ec60b

Please sign in to comment.