diff --git a/tools/lint/lint.py b/tools/lint/lint.py index 9c446b5bb9..9d72fe38b6 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