summaryrefslogtreecommitdiff
path: root/git/test/test_tree.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-06 15:38:20 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-06 15:38:20 +0100
commite0c65d6638698f4e3a9e726efca8c0bcf466cd62 (patch)
tree8ef496b0542ee46e1e93954a8b39456e643c40a4 /git/test/test_tree.py
parent02e942b7c603163c87509195d76b2117c4997119 (diff)
downloadgitpython-e0c65d6638698f4e3a9e726efca8c0bcf466cd62.tar.gz
Make flake8 happy
Diffstat (limited to 'git/test/test_tree.py')
-rw-r--r--git/test/test_tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_tree.py b/git/test/test_tree.py
index 246584ee..7a16b777 100644
--- a/git/test/test_tree.py
+++ b/git/test/test_tree.py
@@ -138,7 +138,7 @@ class TestTree(TestBase):
# END check for slash
# slashes in paths are supported as well
- # NOTE: on py3, / doesn't work with strings anymore ...
+ # NOTE: on py3, / doesn't work with strings anymore ...
assert root[item.path] == item == root / item.path
# END for each item
assert found_slash