diff --git a/pillar/application/utils/gcs.py b/pillar/application/utils/gcs.py index 54452429..058f225d 100644 --- a/pillar/application/utils/gcs.py +++ b/pillar/application/utils/gcs.py @@ -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)