Skip to content

Commit 908350a

Browse files
author
Juan Carlos
committed
Refactor.
1 parent d9ddac9 commit 908350a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css_html_js_minify/js_minifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .css_minifier import condense_semicolons
1313

1414

15-
__all__ = ['js_minify']
15+
__all__ = ('js_minify', )
1616

1717

1818
def remove_commented_lines(js):

0 commit comments

Comments
 (0)