Whitespace.

This commit is contained in:
Dave Halter
2017-05-17 19:19:06 -04:00
parent 6dd466a8d5
commit 57c0441c74

View File

@@ -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)