mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix mypy violations (with mypy-0.931)
This commit is contained in:
parent
441c2e306a
commit
9db86f6aab
@ -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 # type: ignore
|
||||
return result
|
||||
|
||||
|
||||
class RSTTable(tables.RSTTable):
|
||||
|
Loading…
Reference in New Issue
Block a user