Skip to content

Commit fa1573a

Browse files
author
Juan Carlos
committed
Fix missing import
1 parent f2238c0 commit fa1573a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css_html_js_minify/js_minifier.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"""JavaScript Minifier functions for CSS-HTML-JS-Minify."""
66

77

8+
import re
9+
810
from io import StringIO # pure-Python StringIO supports unicode.
911

1012
import logging as log

0 commit comments

Comments
 (0)