Skip to content
Snippets Groups Projects
Commit 62a73c0e authored by Rick Waldron's avatar Rick Waldron
Browse files

Lint: fix import order

parent f1d38f5b
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ import sys ...@@ -7,8 +7,8 @@ import sys
from lib.collect_files import collect_files from lib.collect_files import collect_files
from lib.checks.features import CheckFeatures from lib.checks.features import CheckFeatures
from lib.checks.harnessfeatures import CheckHarnessFeatures
from lib.checks.frontmatter import CheckFrontmatter from lib.checks.frontmatter import CheckFrontmatter
from lib.checks.harnessfeatures import CheckHarnessFeatures
from lib.checks.license import CheckLicense from lib.checks.license import CheckLicense
from lib.checks.negative import CheckNegative from lib.checks.negative import CheckNegative
from lib.eprint import eprint from lib.eprint import eprint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment