summaryrefslogtreecommitdiff
path: root/tools/lint/lint.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint/lint.py')
-rwxr-xr-xtools/lint/lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint/lint.py b/tools/lint/lint.py
index 9c446b5bb..9d72fe38b 100755
--- a/tools/lint/lint.py
+++ b/tools/lint/lint.py
@@ -7,8 +7,8 @@ import sys
from lib.collect_files import collect_files
from lib.checks.features import CheckFeatures
-from lib.checks.harnessfeatures import CheckHarnessFeatures
from lib.checks.frontmatter import CheckFrontmatter
+from lib.checks.harnessfeatures import CheckHarnessFeatures
from lib.checks.license import CheckLicense
from lib.checks.negative import CheckNegative
from lib.eprint import eprint