We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184e967 commit b85a5e5Copy full SHA for b85a5e5
setuptools_git_versioning.py
@@ -6,7 +6,7 @@
6
from typing import List, Optional, Any
7
8
try:
9
- from collections.abs import Mapping
+ from collections.abc import Mapping
10
except ImportError:
11
from collections import Mapping
12
0 commit comments