mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
In lint we trust
Quieten pylint with regard to import order.
This commit is contained in:
parent
e8f545861d
commit
6d9ec3138c
@ -41,8 +41,8 @@ else:
|
|||||||
from itertools import chain, cycle
|
from itertools import chain, cycle
|
||||||
from distutils.spawn import find_executable # pylint: disable=no-name-in-module, import-error
|
from distutils.spawn import find_executable # pylint: disable=no-name-in-module, import-error
|
||||||
|
|
||||||
from dateutil import tz
|
|
||||||
import yaml
|
import yaml
|
||||||
|
from dateutil import tz
|
||||||
|
|
||||||
# pylint: disable=wrong-import-order
|
# pylint: disable=wrong-import-order
|
||||||
from devlib.exception import TargetError
|
from devlib.exception import TargetError
|
||||||
|
@ -62,7 +62,7 @@ import json as _json
|
|||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import dateutil.parser
|
import dateutil.parser
|
||||||
import yaml as _yaml
|
import yaml as _yaml # pylint: disable=wrong-import-order
|
||||||
|
|
||||||
# pylint: disable=redefined-builtin
|
# pylint: disable=redefined-builtin
|
||||||
from past.builtins import basestring # pylint: disable=wrong-import-order
|
from past.builtins import basestring # pylint: disable=wrong-import-order
|
||||||
|
Loading…
x
Reference in New Issue
Block a user