Skip to content

Commit 1e82e71

Browse files
committed
Fix up mypy ingore line
1 parent 5fd261b commit 1e82e71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pelican/plugins/md_inline_extension/inline.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
and allows for customized inline HTML
77
"""
88

9-
# Ignore mypy errors
10-
# type: ignore
9+
# mypy: ignore-errors
1110

1211
import sys
1312

0 commit comments

Comments
 (0)