mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +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 distutils.spawn import find_executable # pylint: disable=no-name-in-module, import-error
|
||||
|
||||
from dateutil import tz
|
||||
import yaml
|
||||
from dateutil import tz
|
||||
|
||||
# pylint: disable=wrong-import-order
|
||||
from devlib.exception import TargetError
|
||||
|
@ -62,7 +62,7 @@ import json as _json
|
||||
from collections import OrderedDict
|
||||
from datetime import datetime
|
||||
import dateutil.parser
|
||||
import yaml as _yaml
|
||||
import yaml as _yaml # pylint: disable=wrong-import-order
|
||||
|
||||
# pylint: disable=redefined-builtin
|
||||
from past.builtins import basestring # pylint: disable=wrong-import-order
|
||||
|
Loading…
x
Reference in New Issue
Block a user