Skip to content

Commit

Permalink
[7.10] Fix typo (collections.abs -> collections.abc) to restore Pytho…
Browse files Browse the repository at this point in the history
…n 3.9 support

Co-authored-by: Jeppe Fihl-Pearson <[email protected]>
  • Loading branch information
sethmlarson and Tenzer authored Nov 19, 2020
1 parent 38bc4fb commit cf39af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from queue import Queue

try:
from collections.abs import Mapping
from collections.abc import Mapping
except ImportError:
from collections import Mapping

Expand Down

0 comments on commit cf39af3

Please sign in to comment.