Skip to content

Commit

Permalink
mpyp 1.12 doesn't consider this reexported anymore, but it's fine
Browse files Browse the repository at this point in the history
  • Loading branch information
fajpunk committed Oct 15, 2024
1 parent d5551bd commit dbf6183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documenteer/ext/remotecodeblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from docutils.parsers.rst import directives
from sphinx.application import Sphinx
from sphinx.directives.code import LiteralIncludeReader, container_wrapper
from sphinx.util import logging, parselinenos
from sphinx.util import logging, parselinenos # type: ignore[attr-defined]
from sphinx.util.docutils import SphinxDirective
from sphinx.util.nodes import set_source_info
from sphinx.util.typing import ExtensionMetadata
Expand Down

0 comments on commit dbf6183

Please sign in to comment.