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

Commit7cf30c1

Browse files
committed
Fix forwardref
1 parentc464e33 commit7cf30c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/refs/symbolic.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def dereference_recursive(cls, repo: 'Repo', ref_path: PathLike) -> str:
147147
# END recursive dereferencing
148148

149149
@classmethod
150-
def_get_ref_info_helper(cls,repo:Repo,ref_path:PathLike):
150+
def_get_ref_info_helper(cls,repo:'Repo',ref_path:PathLike):
151151
"""Return: (str(sha), str(target_ref_path)) if available, the sha the file at
152152
rela_path points to, or None. target_ref_path is the reference we
153153
point to, or None"""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp