Document return type
This commit is contained in:
parent
3c63649ce1
commit
84e48631d4
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user