Skip to content

Commit 3908e79

Browse files
committed
Add missing type annotation
1 parent 6035db0 commit 3908e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/index/fun.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def hook_path(name: str, git_dir: PathLike) -> str:
7676
return osp.join(git_dir, "hooks", name)
7777

7878

79-
def _has_file_extension(path):
79+
def _has_file_extension(path: str) -> str:
8080
return osp.splitext(path)[1]
8181

8282

0 commit comments

Comments
 (0)