summaryrefslogtreecommitdiff
path: root/git/repo/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/repo/base.py')
-rw-r--r--git/repo/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index 540a5fe3..53698592 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -414,7 +414,6 @@ class Repo(object):
else:
return TagReference._common_path_default + '/' + path
-
def create_head(self, path: PathLike, commit: str = 'HEAD',
force: bool = False, logmsg: Optional[str] = None
) -> 'SymbolicReference':