| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 94344b4 commit 8e8b87a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -75,9 +75,9 @@ def _clear_cache(self) -> None: | |||
| 75 | 75 | ||
| 76 | 76 | # { Interface | |
| 77 | 77 | ||
| 78 | - def update( | ||
| 78 | + def update( # type: ignore[override] | ||
| 79 | 79 | self, | |
| 80 | - previous_commit: Union[Commit_ish, None] = None, # type: ignore[override] | ||
| 80 | + previous_commit: Union[Commit_ish, None] = None, | ||
| 81 | 81 | recursive: bool = True, | |
| 82 | 82 | force_remove: bool = False, | |
| 83 | 83 | init: bool = True, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments