Skip to content

Commit

Permalink
Docs: Fixups for v3.0.0 (#12429)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: d65986dfbe3595dc9e210d1bec1d65867a6e9a2f
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Feb 1, 2024
1 parent 36dd900 commit 5ad9341
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions descarteslabs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
from descarteslabs import geo
from descarteslabs import utils
from descarteslabs import catalog
from descarteslabs import compute
from descarteslabs import vector

select_env = config.select_env
get_settings = config.get_settings
Expand All @@ -60,10 +62,12 @@
"GCP_ENVIRONMENT",
"auth",
"catalog",
"compute",
"config",
"exceptions",
"geo",
"get_settings",
"select_env",
"utils",
"vector",
]

0 comments on commit 5ad9341

Please sign in to comment.