diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-06-03 21:06:30 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-06-03 21:06:30 +0800 |
commit | 702bdf105205ca845a50b16d6703828d18e93003 (patch) | |
tree | 167a3806083d160af6cb1317b67e8ed30f34e1cc /git/repo/base.py | |
parent | 5a61a63ed4bb866b2817acbb04e045f8460e040e (diff) | |
download | gitpython-702bdf105205ca845a50b16d6703828d18e93003.tar.gz |
Fix flake8
Diffstat (limited to 'git/repo/base.py')
-rw-r--r-- | git/repo/base.py | 1 |
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': |