summaryrefslogtreecommitdiff
path: root/git/refs/symbolic.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/refs/symbolic.py
parent02e942b7c603163c87509195d76b2117c4997119 (diff)
downloadgitpython-e0c65d6638698f4e3a9e726efca8c0bcf466cd62.tar.gz
Make flake8 happy
Diffstat (limited to 'git/refs/symbolic.py')
-rw-r--r--git/refs/symbolic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/refs/symbolic.py b/git/refs/symbolic.py
index 45a12385..cbb129d4 100644
--- a/git/refs/symbolic.py
+++ b/git/refs/symbolic.py
@@ -144,7 +144,7 @@ class SymbolicReference(object):
for sha, path in cls._iter_packed_refs(repo):
if path != ref_path:
continue
- # sha will be used as
+ # sha will be used
tokens = sha, path
break
# END for each packed ref