Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
Roberto Alsina committed Mar 8, 2018
1 parent 67eec05 commit d10f06d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions v7/commonmark/commonmark.py
Expand Up @@ -30,7 +30,6 @@

import io
import os
import re

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

0 comments on commit d10f06d

Please sign in to comment.