From 7b6ff983cd85ae81ac344eda48333027e9150f06 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 1 Aug 2019 16:54:55 +0200 Subject: [PATCH] Appease linter with right spacing --- test/test_cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_cache.py b/test/test_cache.py index 64843f6d..6c3fd73c 100644 --- a/test/test_cache.py +++ b/test/test_cache.py @@ -1,5 +1,6 @@ import os.path + def test_open_cachefile_creates(monkeypatch, tmp_path): monkeypatch.setenv('MOULINETTE_CACHE_DIR', str(tmp_path))