From 6167edba4e751df0fcf061db4000af2b0c6e45b4 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 14 Sep 2020 16:49:16 -0400 Subject: bin/html: add spacing Separate mistune import from imports from standard lib. --- bin/html | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/html') diff --git a/bin/html b/bin/html index e071763..8e0db29 100644 --- a/bin/html +++ b/bin/html @@ -11,6 +11,7 @@ import os.path import re import stat as st import sys + import mistune SECTIONS = ['news', 'article'] -- cgit v1.2.3