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 c64a3cc commit ff81b91
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 @@ -7,7 +7,7 @@
from docutils import nodes
from docutils.parsers.rst import Directive, directives
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.nodes import set_source_info

from ..requestsutils import requests_retry_session
Expand Down

0 comments on commit ff81b91

Please sign in to comment.