Comment 25 for bug 1936667

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

Reviewed: https://review.opendev.org/c/openstack/keystone/+/801083
Committed: https://opendev.org/openstack/keystone/commit/d3044ad238e381c6a7346990354e76d1a8fed741
Submitter: "Zuul (22348)"
Branch: master

commit d3044ad238e381c6a7346990354e76d1a8fed741
Author: Takashi Kajinami <email address hidden>
Date: Sat Jul 17 00:42:02 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: I12b570cd6d6abda17a68aac6a35ae8193d9c22b4