Skip to content
This repository has been 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

Open
tirkarthi opened this issue May 9, 2020 · 0 comments

Comments

@tirkarthi
Copy link

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)):
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant