Document return type

This commit is contained in:
Sybren A. Stüvel 2016-08-04 15:02:54 +02:00
parent 3c63649ce1
commit 84e48631d4

View File

@ -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)