mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Lint: fix import order
This commit is contained in:
parent
f1d38f5b3d
commit
62a73c0edd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user