diff options
Diffstat (limited to 'git/remote.py')
-rw-r--r-- | git/remote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py index 8093fa9d..5b6b29a7 100644 --- a/git/remote.py +++ b/git/remote.py @@ -255,7 +255,7 @@ class FetchInfo(object): return True - def __init__(self, ref: SymbolicReference, flags: Set[int], note: str = '', old_commit: Optional[Commit] = None, + def __init__(self, ref: SymbolicReference, flags: Set[int], note: str = '', old_commit: Optional['Commit'] = None, remote_ref_path: Optional[PathLike] = None): """ Initialize a new instance |