Document return type
This commit is contained in:
@@ -16,6 +16,8 @@ def get_client():
|
|||||||
"""Stores the GCS client on the global Flask object.
|
"""Stores the GCS client on the global Flask object.
|
||||||
|
|
||||||
The GCS client is not user-specific anyway.
|
The GCS client is not user-specific anyway.
|
||||||
|
|
||||||
|
:rtype: Client
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_gcs = getattr(g, '_gcs_client', None)
|
_gcs = getattr(g, '_gcs_client', None)
|
||||||
|
Reference in New Issue
Block a user