1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-03 03:42:35 +01:00

wa: Additional pylint fixes

This commit is contained in:
Marc Bonnici
2018-07-10 10:59:41 +01:00
committed by setrofim
parent 791d9496a7
commit 5714c8e6a1
8 changed files with 19 additions and 16 deletions

View File

@@ -61,9 +61,8 @@ import re
import json as _json
from collections import OrderedDict
from datetime import datetime
import yaml as _yaml
import dateutil.parser
import yaml as _yaml
# pylint: disable=redefined-builtin
from past.builtins import basestring # pylint: disable=wrong-import-order