Skip to content

Commit ac429a6

Browse files
committed
mypy
1 parent 13ace64 commit ac429a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_no_timestamp_modify(tmp_path):
134134
def test_mdrenderer_no_finalize(tmp_path):
135135
mdit = MarkdownIt()
136136
mdit.options["store_labels"] = True
137-
env = {}
137+
env: dict = {}
138138
tokens = mdit.parse(
139139
"[gl ref]: https://gitlab.com\n\nHere's a link to [GitLab][gl ref]", env
140140
)

0 commit comments

Comments
 (0)