8000 Fix flake8 · gitpython-developers/GitPython@702bdf1 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 702bdf1

Browse files
committed
Fix flake8
1 parent 5a61a63 commit 702bdf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git/repo/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ def _to_full_tag_path(path: PathLike):
414414
else:
415415
return TagReference._common_path_default + '/' + path
416416

417-
418417
def create_head(self, path: PathLike, commit: str = 'HEAD',
419418
force: bool = False, logmsg: Optional[str] = None
< 3C70 code>420419
) -> 'SymbolicReference':

0 commit comments

Comments
 (0)
0