add blank line between module docstring and imports
This commit is contained in:
parent
0d94278967
commit
9914e448dc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue