Skip to content

Commit 7cf30c1

Browse files
committed
Fix forwardref
1 parent c464e33 commit 7cf30c1

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)