Skip to content

Commit

Permalink
Add type ignore until python/typeshed#8716 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Sep 9, 2022
1 parent 26e10e4 commit c781040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_mdinclude/sphinx.py
Expand Up @@ -10,7 +10,7 @@
from docutils.parsers.rst import directives as rst_directives

try: # new
from docutils.io import error_string as ErrorString
from docutils.io import error_string as ErrorString # type: ignore # typeshed #8716

SafeString = str
except ImportError: # old
Expand Down

0 comments on commit c781040

Please sign in to comment.