We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e26e1 commit 83ed437Copy full SHA for 83ed437
1 file changed
gcloud/_localstack.py
@@ -11,6 +11,10 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
+"""Thread-local resource stack.
15
+
16
+Not an API.
17
+"""
18
19
try:
20
from threading import local as Local
0 commit comments