Skip to content

Commit

Permalink
Merge pull request #728 from shadchin/patch-1
Browse files Browse the repository at this point in the history
Simplify import
  • Loading branch information
amoffat committed Jun 16, 2024
2 parents a451ef8 + df22611 commit 637742c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 637742c

Please sign in to comment.