We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be323a commit 2d85807Copy full SHA for 2d85807
readme_renderer/rst.py
@@ -27,7 +27,7 @@
27
class ReadMeHTMLTranslator(HTMLTranslator): # type: ignore[misc] # docutils is incomplete, returns `Any` python/typeshed#7256 # noqa E501
28
29
# Overrides base class not to output `<object>` tag for SVG images.
30
- object_image_types = {} # type: ignore[var-annotated] # intentnionally empty
+ object_image_types: typing.Dict[str, str] = {}
31
32
def emptytag(
33
self,
0 commit comments