diff options
Diffstat (limited to 'Lib/pathlib.py')
-rw-r--r-- | Lib/pathlib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pathlib.py b/Lib/pathlib.py index 4a1e9bb106..fc7ce5eb2a 100644 --- a/Lib/pathlib.py +++ b/Lib/pathlib.py @@ -7,7 +7,6 @@ import posixpath import re import sys from collections import Sequence -from contextlib import contextmanager from errno import EINVAL, ENOENT, ENOTDIR from operator import attrgetter from stat import S_ISDIR, S_ISLNK, S_ISREG, S_ISSOCK, S_ISBLK, S_ISCHR, S_ISFIFO |