Skip to content

Commit

Permalink
[EP-651] remove storage.cache (#4401)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 91a60f7b3cdc558026476a9845cda1a50b86fc8a
  • Loading branch information
stephaniegott authored and Descartes Labs Build committed May 6, 2019
1 parent 786e30f commit 8bae16e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
2 changes: 1 addition & 1 deletion descarteslabs/client/services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from descarteslabs.client.services.metadata import Metadata
from descarteslabs.client.services.places import Places
from descarteslabs.client.services.raster import Raster
from descarteslabs.client.services.storage import Storage, cached
from descarteslabs.client.services.storage import Storage
from descarteslabs.client.services.catalog import Catalog
from descarteslabs.client.services.tasks import AsyncTasks, Tasks, FutureTask, CloudFunction
from descarteslabs.client.services.vector import Vector
Expand Down
3 changes: 1 addition & 2 deletions descarteslabs/client/services/storage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .cache import cached
from .storage import Storage

__all__ = ["Storage", "cached"]
__all__ = ["Storage"]
43 changes: 0 additions & 43 deletions descarteslabs/client/services/storage/cache.py

This file was deleted.

0 comments on commit 8bae16e

Please sign in to comment.