Merge pull request #212 from decentral1se/fix-lint-tests

Appease linter with right spacing
This commit is contained in:
Bram 2019-08-01 17:32:18 +02:00 committed by GitHub
commit 2e73e0f328
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
import os.path import os.path
def test_open_cachefile_creates(monkeypatch, tmp_path): def test_open_cachefile_creates(monkeypatch, tmp_path):
monkeypatch.setenv('MOULINETTE_CACHE_DIR', str(tmp_path)) monkeypatch.setenv('MOULINETTE_CACHE_DIR', str(tmp_path))