diff --git a/gcloud/_localstack.py b/gcloud/_localstack.py index a44f33d7e492..144ba76874dc 100644 --- a/gcloud/_localstack.py +++ b/gcloud/_localstack.py @@ -11,6 +11,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +"""Thread-local resource stack. + +Not an API. +""" try: from threading import local as Local