mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Fix missing __init__ for wheels (#14615)
This commit is contained in:
parent
153dcd3734
commit
081c960b59
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
from .dynamic_resources import set_resource
|
||||
from .packaging.load_package import load_package
|
||||
from ray.experimental.dynamic_resources import set_resource
|
||||
from ray.experimental.packaging.load_package import load_package
|
||||
__all__ = ["set_resource", "load_package"]
|
||||
|
|
0
python/ray/experimental/packaging/__init__.py
Normal file
0
python/ray/experimental/packaging/__init__.py
Normal file
Loading…
Add table
Reference in a new issue