Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.

Importing ABC directly from collections was deprecated and will be removed in Python 3.10 #89

@tirkarthi

Description

@tirkarthi
chef/search.py
33:class Search(collections.Sequence):

chef/node.py
7:class NodeAttributes(collections.MutableMapping):
22:        if not isinstance(search_path, collections.Sequence):

chef/base.py
10:class ChefQuery(collections.Mapping):

chef/data_bag.py
35:class DataBagItem(six.with_metaclass(DataBagMeta, ChefObject, collections.MutableMapping)):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions