| Index: appengine/components/components/config/api.py
|
| diff --git a/appengine/components/components/config/api.py b/appengine/components/components/config/api.py
|
| index d1f10d6d9182def540b7c73aa7a6734630f76808..1ec04123c875d9ef114b92356dc305be577c2576 100644
|
| --- a/appengine/components/components/config/api.py
|
| +++ b/appengine/components/components/config/api.py
|
| @@ -80,6 +80,7 @@ def get_async(
|
|
|
| Returns:
|
| Tuple (revision, config), where config is converted to |dest_type|.
|
| + If not found, returns (None, None).
|
|
|
| Raises:
|
| NotImplementedError if |dest_type| is not supported.
|
|
|