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

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