diff --git a/sh.py b/sh.py index 590dd9b3..549a7550 100644 --- a/sh.py +++ b/sh.py @@ -24,11 +24,7 @@ # =============================================================================== import asyncio from collections import deque - -try: - from collections.abc import Mapping -except ImportError: # pragma: no cover - from collections.abc import Mapping +from collections.abc import Mapping import errno import fcntl