Comment 17 for bug 1936667

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-lib (master)

Reviewed: https://review.opendev.org/c/openstack/neutron-lib/+/801084
Committed: https://opendev.org/openstack/neutron-lib/commit/e4b53b1fd1f5a7a32e32fb875592b44f9ba50497
Submitter: "Zuul (22348)"
Branch: master

commit e4b53b1fd1f5a7a32e32fb875592b44f9ba50497
Author: Takashi Kajinami <email address hidden>
Date: Sat Jul 17 00:45:34 2021 +0900

    Replace deprecated import of ABCs from collections

    ABCs in collections should be imported from collections.abc and direct
    import from collections is deprecated since Python 3.3.

    Closes-Bug: #1936667
    Change-Id: I018963cbca6ce4c4e0045be0c78f9cd2aa942d45