Skip to content

Commit a8896d7

Browse files
authored
Fix typo: collections.abs -> collections.abc
1 parent 6aba843 commit a8896d7

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)