Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d10f06d

Browse files
author
Roberto Alsina
committedMar 8, 2018
lint
1 parent 67eec05 commit d10f06d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎v7/commonmark/commonmark.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
import io
3232
import os
33-
import re
3433

3534
try:
3635
import CommonMark
@@ -111,4 +110,4 @@ def create_post(self, path, **kw):
111110
content += '\n'
112111
with io.open(path, "w+", encoding="utf8") as fd:
113112
if onefile:
114-
fd.write('<!--\n{}-->\n\n'.format(write_metadata(metadata).strip()))
113+
fd.write('<!--\n{}-->\n\n'.format(write_metadata(metadata).strip()))

0 commit comments

Comments
 (0)
Please sign in to comment.