Merge "import "collections.abc" explicitly"

This commit is contained in:
Zuul 2021-03-05 09:30:12 +00:00 committed by Gerrit Code Review
commit c056b95755
4 changed files with 4 additions and 2 deletions

View File

@ -21,6 +21,7 @@ the classes contained therein.
"""
import collections
import collections.abc
import copy
from importlib import import_module
import inspect

View File

@ -13,6 +13,7 @@
# under the License.
import collections
import collections.abc
import copy
import inspect
import json

View File

@ -16,7 +16,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import collections
import collections.abc
import copy
import logging
import os

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import collections
import collections.abc
import functools
import inspect