Skip to content

Commit 87eda92

Browse files
authored
Merge pull request #10066 from tk0miya/mypy-0.931-4.x
Fix mypy violations (with mypy-0.931)
2 parents 441c2e3 + 9db86f6 commit 87eda92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/directives/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def run(self) -> Sequence[Node]:
8383
# docutils' meta nodes aren't picklable because the class is nested
8484
meta.__class__ = addnodes.meta
8585

86-
return result # type: ignore
86+
return result
8787

8888

8989
class RSTTable(tables.RSTTable):

0 commit comments

Comments
 (0)