mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-03 11:52:36 +01:00
In lint we trust
Quieten pylint with regard to import order.
This commit is contained in:
committed by
Marc Bonnici
parent
e8f545861d
commit
6d9ec3138c
@@ -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
|
||||
|
Reference in New Issue
Block a user