From 023828c07a1cf3dfc05b5f6134223544ddecb5b0 Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 3 Mar 2014 09:04:40 +0200 Subject: [PATCH] Fix indentation --- test_pylast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_pylast.py b/test_pylast.py index c41a87b..bcc351b 100755 --- a/test_pylast.py +++ b/test_pylast.py @@ -12,7 +12,7 @@ import pylast def load_secrets(): secrets_file = "test_pylast.yaml" if os.path.isfile(secrets_file): - import yaml # pip install pyyaml + import yaml # pip install pyyaml with open(secrets_file, "r") as f: # see example_test_pylast.yaml doc = yaml.load(f) else: