Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

Sign up
Appearance settings

Commit3908e79

Browse files
committed
Add missing type annotation
1 parent6035db0 commit3908e79

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
returnosp.join(git_dir,"hooks",name)
7777

7878

79-
def_has_file_extension(path):
79+
def_has_file_extension(path:str)->str:
8080
returnosp.splitext(path)[1]
8181

8282

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp