summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-09-14 16:49:16 -0400
committerrsiddharth <s@ricketyspace.net>2020-09-14 16:49:16 -0400
commit6167edba4e751df0fcf061db4000af2b0c6e45b4 (patch)
treed6fa6065ecef59ebeb0f9d082f5df4cb9018b38a
parentd3d2375d4086afa4b234c04ac2ae2414b04222c7 (diff)
bin/html: add spacing
Separate mistune import from imports from standard lib.
-rw-r--r--bin/html1
1 files changed, 1 insertions, 0 deletions
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']