summaryrefslogtreecommitdiff
path: root/scripts/asciidoc2html.py
diff options
context:
space:
mode:
authorJulin S <48789920+ju-sh@users.noreply.github.com>2020-04-19 14:19:58 +0530
committerJulin S <48789920+ju-sh@users.noreply.github.com>2020-04-19 14:19:58 +0530
commit9914e448dc2362d88a40765360963133194563cd (patch)
tree62d2de184c40bc1471ceb8751d0a1b1c61276cec /scripts/asciidoc2html.py
parent0d94278967b63630f7c50a719f765c636a1e7e44 (diff)
downloadqutebrowser-9914e448dc2362d88a40765360963133194563cd.tar.gz
qutebrowser-9914e448dc2362d88a40765360963133194563cd.zip
add blank line between module docstring and imports
Diffstat (limited to 'scripts/asciidoc2html.py')
-rwxr-xr-xscripts/asciidoc2html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/asciidoc2html.py b/scripts/asciidoc2html.py
index cf1d2b200..e792792d9 100755
--- a/scripts/asciidoc2html.py
+++ b/scripts/asciidoc2html.py
@@ -19,6 +19,7 @@
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
"""Generate the html documentation based on the asciidoc files."""
+
from typing import List, Tuple, Optional
import re
import os