Skip to content

Commit

Permalink
Fix typo (collections.abs -> collections.abc) to restore Python 3.9 s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
Tenzer committed Nov 19, 2020
1 parent 6aba843 commit fc5b6e8
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 fc5b6e8

Please sign in to comment.