globocom / gcloud-utils

Global package for Cloud Management in Python
https://gcloud-utils.readthedocs.io/en/latest/
Apache License 2.0
16 stars 23 forks source link

Fix Warnings #14

Closed alexandreyy closed 4 years ago

alexandreyy commented 4 years ago

Fix code to remove deprecation warnings: gcloud-utils/gcloud_utils/dataproc.py:24: DeprecationWarning: invalid escape sequence \W self.__pattern = re.compile('[\W_]+') virtualenvs/gcloud-utils/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from google.protobuf.pyext import _message virtualenvs/gcloud-utils/lib/python3.7/site-packages/google/cloud/iam.py:38: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working class Policy(collections.MutableMapping)