summaryrefslogtreecommitdiff
path: root/sphinx/directives/patches.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/directives/patches.py')
-rw-r--r--sphinx/directives/patches.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/directives/patches.py b/sphinx/directives/patches.py
index 5308b2838..d4d498725 100644
--- a/sphinx/directives/patches.py
+++ b/sphinx/directives/patches.py
@@ -83,7 +83,7 @@ class Meta(MetaBase, SphinxDirective):
# docutils' meta nodes aren't picklable because the class is nested
meta.__class__ = addnodes.meta
- return result
+ return result # type: ignore
class RSTTable(tables.RSTTable):