From 7cf30c1cf4a6494916a162983bdb439388d59ff3 Mon Sep 17 00:00:00 2001 From: Yobmod Date: Wed, 28 Jul 2021 17:22:09 +0100 Subject: Fix forwardref --- git/refs/symbolic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git') diff --git a/git/refs/symbolic.py b/git/refs/symbolic.py index 86dc04e1..4919ea83 100644 --- a/git/refs/symbolic.py +++ b/git/refs/symbolic.py @@ -147,7 +147,7 @@ class SymbolicReference(object): # END recursive dereferencing @classmethod - def _get_ref_info_helper(cls, repo: Repo, ref_path: PathLike): + def _get_ref_info_helper(cls, repo: 'Repo', ref_path: PathLike): """Return: (str(sha), str(target_ref_path)) if available, the sha the file at rela_path points to, or None. target_ref_path is the reference we point to, or None""" -- cgit v1.2.1