Skip to content

Commit

Permalink
Deprecate file and blob (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
BelSasha committed Sep 3, 2024
1 parent 57deca5 commit a947d01
Show file tree
Hide file tree
Showing 25 changed files with 169 additions and 920 deletions.
1 change: 0 additions & 1 deletion runhouse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from runhouse.resources.asgi import Asgi, asgi
from runhouse.resources.blobs import blob, Blob, file, File
from runhouse.resources.envs import conda_env, CondaEnv, env, Env
from runhouse.resources.folders import Folder, folder, GCSFolder, S3Folder
from runhouse.resources.functions.aws_lambda import LambdaFunction
Expand Down
2 changes: 0 additions & 2 deletions runhouse/resources/blobs/__init__.py

This file was deleted.

210 changes: 0 additions & 210 deletions runhouse/resources/blobs/blob.py

This file was deleted.

Loading

0 comments on commit a947d01

Please sign in to comment.