Skip to content

Commit

Permalink
Simplify import
Browse files Browse the repository at this point in the history
  • Loading branch information
shadchin committed Jun 16, 2024
1 parent a451ef8 commit df22611
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 df22611

Please sign in to comment.