From 57c0441c74f2547a881ff28021bf285ae24ab905 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 17 May 2017 19:19:06 -0400 Subject: [PATCH] Whitespace. --- conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conftest.py b/conftest.py index 7438fbf..f945232 100644 --- a/conftest.py +++ b/conftest.py @@ -22,7 +22,6 @@ def clean_parso_cache(): old = cache._default_cache_path tmp = tempfile.mkdtemp(prefix='parso-test-') cache._default_cache_path = tmp - yield cache._default_cache_path = old shutil.rmtree(tmp)