Importing ABC directly from collections was deprecated and will be removed in Python 3.10. Use collections.abc
Open
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 122
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
```
gin/config.py
1859: if isinstance(value, collections.Mapping):
1860: value = collections.ValuesView(value)
1862: if isinstance(value, collections.Iterable):
```
Contributor guide
Assessment
This issue has not been assessed yet.