Skip to content

Commit

Permalink
Regenerated python stubs with version 5.28.3
Browse files Browse the repository at this point in the history
- Removed code runtime version check to prevent issues until further investigation
  • Loading branch information
dobrac committed Dec 19, 2024
1 parent 5fbb4de commit 262d80e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/python-sdk/e2b/envd/filesystem/filesystem_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/python-sdk/e2b/envd/process/process_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ def handle_event(e: FilesystemEvent):
await handle.stop()


async def test_watch_recursive_directory_after_nested_folder_addition(async_sandbox: AsyncSandbox):
async def test_watch_recursive_directory_after_nested_folder_addition(
async_sandbox: AsyncSandbox,
):
dirname = "test_recursive_watch_dir_add"
nested_dirname = "test_nested_watch_dir"
filename = "test_watch.txt"
Expand Down

0 comments on commit 262d80e

Please sign in to comment.