diff scripts/docs-headings.py @ 7811:0a277465fddf

scripts: initial run of import cleanup using isort
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 07 Aug 2019 00:25:02 +0200
parents a188803df37e
children a8e6bb9ee9ea
line wrap: on
line diff
--- a/scripts/docs-headings.py	Wed Aug 07 00:22:56 2019 +0200
+++ b/scripts/docs-headings.py	Wed Aug 07 00:25:02 2019 +0200
@@ -7,6 +7,7 @@
 import re
 import subprocess
 
+
 spaces = [
     (0, 1), # we assume this is a over-and-underlined header
     (2, 1),