Commit 4f03ae2
committed
sphinx-autodoc-fastmcp(fix[collector]): drop stale type: ignore comment
why: The # type: ignore[assignment] on the except-branch null assignment
was unused — mypy never generated an assignment error there because the
imported names were unbound in the except path.
what:
- Remove # type: ignore[assignment] from _collector.py line 4861 parent ca8e77f commit 4f03ae2
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
0 commit comments