google / google/gin-config

Importing ABC directly from collections was deprecated and will be removed in Python 3.10. Use collections.abc

Open
#67 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.