Skip to content

Commit 2d85807

Browse files
Update readme_renderer/rst.py
Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
1 parent 4be323a commit 2d85807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme_renderer/rst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
class ReadMeHTMLTranslator(HTMLTranslator): # type: ignore[misc] # docutils is incomplete, returns `Any` python/typeshed#7256 # noqa E501
2828

2929
# Overrides base class not to output `<object>` tag for SVG images.
30-
object_image_types = {} # type: ignore[var-annotated] # intentnionally empty
30+
object_image_types: typing.Dict[str, str] = {}
3131

3232
def emptytag(
3333
self,

0 commit comments

Comments
 (0)