From c8e70749887370a99adeda972cc3503397b5f9a7 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 16 Nov 2014 21:09:47 +0100 Subject: pep8 linting (trailing whitespace) W291 trailing whitespace --- git/test/test_tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_tree.py') diff --git a/git/test/test_tree.py b/git/test/test_tree.py index e3743c2d..0f1fb7c3 100644 --- a/git/test/test_tree.py +++ b/git/test/test_tree.py @@ -137,7 +137,7 @@ class TestTree(TestBase): found_slash = True # END check for slash - # slashes in paths are supported as well + # slashes in paths are supported as well assert root[item.path] == item == root / item.path # END for each item assert found_slash -- cgit v1.2.1