diff options
author | Yobmod <yobmod@gmail.com> | 2021-05-17 18:13:20 +0100 |
---|---|---|
committer | Yobmod <yobmod@gmail.com> | 2021-05-17 18:13:20 +0100 |
commit | c30bf3ba7548a0e996907b9a097ec322760eb43a (patch) | |
tree | 85dc837ef6cadec84d232f5e7110d2dfc44c3b1a /git | |
parent | 969185b76df038603a90518f35789f28e4cfe5b9 (diff) | |
download | gitpython-c30bf3ba7548a0e996907b9a097ec322760eb43a.tar.gz |
Tidy up some comments
Diffstat (limited to 'git')
-rw-r--r-- | git/index/fun.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/index/fun.py b/git/index/fun.py index c8a7617e..f40928c3 100644 --- a/git/index/fun.py +++ b/git/index/fun.py @@ -106,7 +106,6 @@ def run_commit_hook(name: str, index: 'IndexFile', *args: str) -> None: stderr = force_text(stderr, defenc) raise HookExecutionError(hp, cmd.returncode, stderr, stdout) # end handle return code - # end handle return code def stat_mode_to_index_mode(mode): |