Skip to content

Commit b85a5e5

Browse files
committed
Fix package name misspell
1 parent 184e967 commit b85a5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools_git_versioning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import List, Optional, Any
77

88
try:
9-
from collections.abs import Mapping
9+
from collections.abc import Mapping
1010
except ImportError:
1111
from collections import Mapping
1212

0 commit comments

Comments
 (0)