From 4937cc7e9e1d937f801a6d775e17984e61e886c0 Mon Sep 17 00:00:00 2001
From: Peter Kessen
Date: Wed, 2 Dec 2015 22:13:38 +0100
Subject: [PATCH] fixed format
---
test/test_query.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/test_query.py b/test/test_query.py
index c815b48fc..8b3ad9821 100644
--- a/test/test_query.py
+++ b/test/test_query.py
@@ -380,7 +380,7 @@ class PathQueryTest(_common.LibTestCase, TestHelper, AssertsMixin):
self.patcher_exists = patch('beets.library.os.path.exists')
self.patcher_exists.start().return_value = True
- #We have to create function samefile as it does not exist on
+ # We have to create function samefile as it does not exist on
# Windows and python 2.7
self.patcher_samefile = patch('beets.library.os.path.samefile',
create=True)