Skip to content

Commit 83ed437

Browse files
committed
Add module docstring.
1 parent c9e26e1 commit 83ed437

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gcloud/_localstack.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
"""Thread-local resource stack.
15+
16+
Not an API.
17+
"""
1418

1519
try:
1620
from threading import local as Local

0 commit comments

Comments
 (0)