Skip to content

Commit cf39af3

Browse files
sethmlarsonTenzer
andauthored
[7.10] Fix typo (collections.abs -> collections.abc) to restore Python 3.9 support
Co-authored-by: Jeppe Fihl-Pearson <tenzer@tenzer.dk>
1 parent 38bc4fb commit cf39af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from queue import Queue
3434

3535
try:
36-
from collections.abs import Mapping
36+
from collections.abc import Mapping
3737
except ImportError:
3838
from collections import Mapping
3939

0 commit comments

Comments
 (0)