| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -149,10 +149,6 @@ def _iter_packed_refs(cls, repo: "Repo") -> Iterator[Tuple[str, str]]: | |||
| 149 | 149 | except OSError: | |
| 150 | 150 | return None | |
| 151 | 151 | # END no packed-refs file handling | |
| 152 | - # NOTE: Had try-finally block around here to close the fp, | ||
| 153 | - # but some python version wouldn't allow yields within that. | ||
| 154 | - # I believe files are closing themselves on destruction, so it is | ||
| 155 | - # alright. | ||
| 156 | 152 | ||
| 157 | 153 | @classmethod | |
| 158 | 154 | def dereference_recursive(cls, repo: "Repo", ref_path: Union[PathLike, None]) -> str: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments