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