Comment 28 for bug 1936667

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

Reviewed: https://review.opendev.org/c/openstack/tacker/+/801760
Committed: https://opendev.org/openstack/tacker/commit/ea1bc9bda66bbe4046ef5d2219286f9cb919d567
Submitter: "Zuul (22348)"
Branch: master

commit ea1bc9bda66bbe4046ef5d2219286f9cb919d567
Author: Takashi Kajinami <email address hidden>
Date: Thu Jul 22 19:33:46 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: Iafc013cb9b454bc5251d126643f68f3112dafa54