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 13ace64 commit ac429a6Copy full SHA for ac429a6
tests/test_api.py
@@ -134,7 +134,7 @@ def test_no_timestamp_modify(tmp_path):
134
def test_mdrenderer_no_finalize(tmp_path):
135
mdit = MarkdownIt()
136
mdit.options["store_labels"] = True
137
- env = {}
+ env: dict = {}
138
tokens = mdit.parse(
139
"[gl ref]: https://gitlab.com\n\nHere's a link to [GitLab][gl ref]", env
140
)
0 commit comments