Skip to content

Commit

Permalink
Merge pull request #10066 from tk0miya/mypy-0.931-4.x
Browse files Browse the repository at this point in the history
Fix mypy violations (with mypy-0.931)
  • Loading branch information
tk0miya committed Jan 8, 2022
2 parents 441c2e3 + 9db86f6 commit 87eda92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/directives/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def run(self) -> Sequence[Node]:
# docutils' meta nodes aren't picklable because the class is nested
meta.__class__ = addnodes.meta

return result # type: ignore
return result


class RSTTable(tables.RSTTable):
Expand Down

0 comments on commit 87eda92

Please sign in to comment.