From a23e9246d63189537f95e9cb5bfcf3ee4bc4f132 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Fri, 15 Mar 2019 12:38:34 -0400 Subject: [PATCH] Update vistir Signed-off-by: Dan Ryan --- pipenv/vendor/vistir/path.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipenv/vendor/vistir/path.py b/pipenv/vendor/vistir/path.py index d551aac7..9eb11379 100644 --- a/pipenv/vendor/vistir/path.py +++ b/pipenv/vendor/vistir/path.py @@ -19,6 +19,7 @@ from .compat import ( Path, ResourceWarning, TemporaryDirectory, + FileNotFoundError, _fs_encoding, _NamedTemporaryFile, finalize,