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