Document return type

This commit is contained in:
Sybren A. Stüvel 2016-08-04 15:02:54 +02:00
parent 207d821564
commit 751a321aa6

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)