Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.eades committed Apr 25, 2024
1 parent 4e5de99 commit 038412a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cookiecutter/main.py
Expand Up @@ -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

0 comments on commit 038412a

Please sign in to comment.