Skip to content

Commit

Permalink
include Image in runhouse init
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Belousov authored and Alexandra Belousov committed Nov 27, 2024
1 parent 7312a89 commit afefbf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runhouse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
OnDemandCluster,
)

from runhouse.resources.images import Image, ImageSetupStepType

# WARNING: Any built-in module that is imported here must be capitalized followed by all lowercase, or we will
# will not find the module class when attempting to reconstruct it from a config.
from runhouse.resources.module import Module, module
Expand Down

0 comments on commit afefbf0

Please sign in to comment.