Skip to content

Commit 0277638

Browse files
committed
Removed redundant 'import cgi' from normalize.py
1 parent fdd7851 commit 0277638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/normalize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class HTMLParseError(Exception):
1414
from html.entities import name2codepoint
1515
import sys
1616
import re
17-
import cgi
1817

1918
# Normalization code, adapted from
2019
# https://github.com/karlcow/markdown-testsuite/

0 commit comments

Comments
 (0)