1
0
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:
Sergei Trofimov
2018-07-18 10:50:42 +01:00
committed by Marc Bonnici
parent e8f545861d
commit 6d9ec3138c
2 changed files with 2 additions and 2 deletions

View File

@@ -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