diff --git a/airflow/_vendor/cgroupspy/interfaces.py b/airflow/_vendor/cgroupspy/interfaces.py index 331c4b5d5813f..85468cca8a55d 100644 --- a/airflow/_vendor/cgroupspy/interfaces.py +++ b/airflow/_vendor/cgroupspy/interfaces.py @@ -24,7 +24,7 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. """ -from collections import Iterable +from collections.abc import Iterable from airflow._vendor.cgroupspy.contenttypes import BaseContentType