There was an error while loading. Please reload this page.
1 parent 1b16037 commit 96f8f17Copy full SHA for 96f8f17
1 file changed
git/remote.py
@@ -301,7 +301,7 @@ def commit(self) -> 'Commit':
301
return self.ref.commit
302
303
@classmethod
304
- def _from_line(cls, repo: Repo, line: str, fetch_line) -> 'FetchInfo':
+ def _from_line(cls, repo: 'Repo', line: str, fetch_line: str) -> 'FetchInfo':
305
"""Parse information from the given line as returned by git-fetch -v
306
and return a new FetchInfo object representing this information.
307
0 commit comments