add blank line between module docstring and imports

This commit is contained in:
Julin S 2020-04-19 14:19:58 +05:30
parent 0d94278967
commit 9914e448dc
1 changed files with 1 additions and 0 deletions

View File

@ -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