From 038412a5ebaa279571b9b8e3105cde88bf5768a3 Mon Sep 17 00:00:00 2001 From: "daniel.eades" Date: Thu, 25 Apr 2024 08:12:48 +0100 Subject: [PATCH] fixup --- cookiecutter/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cookiecutter/main.py b/cookiecutter/main.py index ac682591c..347e5d6a8 100644 --- a/cookiecutter/main.py +++ b/cookiecutter/main.py @@ -208,6 +208,5 @@ def __enter__(self) -> None: self._path = copy(sys.path) sys.path.append(self._repo_dir) - def __exit__(self, _type, _value, _traceback): # type: ignore[no-untyped-def] sys.path = self._path