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

git/index/fun.py

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy