Manpreet Kaur 92a3e697cb import "collections.abc" explicitly
The Collections Abstract Base Classes is moved to the
collections.abc module, which was earlier part of the
collections module[1].

The python3 reports a warning for the same-
DeprecationWarning: Using or importing the ABCs from
'collections' instead of from 'collections.abc' is
deprecated since Python 3.3, and in 3.10 it will stop working.

This patch updates to import collection.abc module explicitly.

[1] https://docs.python.org/3/library/collections.abc.html

Change-Id: I18ba70140f9b2b53f2e97e70f64973af9d8953be
2021-07-02 17:20:47 +05:30
..
2015-08-25 08:18:39 -07:00
2020-12-26 15:24:33 +00:00
2020-12-26 15:24:33 +00:00