Commit d258e69
committed
tests/sync(fix[update_repo]): Remove unused type: ignore comment
why: rev is typed str | None, so assigning None needs no suppression.
mypy flags the unused comment as an error.
what:
- Remove unused type: ignore[assignment] on git_repo.rev = None1 parent 34a9ea5 commit d258e69
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1147 | 1147 | | |
1148 | 1148 | | |
1149 | 1149 | | |
1150 | | - | |
| 1150 | + | |
1151 | 1151 | | |
1152 | 1152 | | |
1153 | 1153 | | |
| |||
0 commit comments