mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
minikconf: run through isort
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -25,6 +25,9 @@ class TestLinters:
|
||||
]
|
||||
)
|
||||
|
||||
def test_isort_minikconf(self):
|
||||
check_call([sys.executable, "-m", "isort", "-c", "../scripts/minikconf.py"])
|
||||
|
||||
def test_isort_pkg(self):
|
||||
check_call([sys.executable, "-m", "isort", "-c", "qemu/"])
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
# the top-level directory.
|
||||
|
||||
import os
|
||||
import sys
|
||||
import re
|
||||
import random
|
||||
import re
|
||||
import sys
|
||||
|
||||
__all__ = [ 'KconfigDataError', 'KconfigParserError',
|
||||
'KconfigData', 'KconfigParser' ,
|
||||
|
||||
Reference in New Issue
Block a user