From 124ecd5d59869bad3a4f5f53f91f5b9c99051512 Mon Sep 17 00:00:00 2001 From: Kerim Gokarslan Date: Fri, 13 Oct 2017 17:29:58 -0700 Subject: NFVBENCH-40 Add pylint to tox Change-Id: Ic55a07145f27c4cfaa6df5523df3940ca4433af1 Signed-off-by: Kerim Gokarslan --- nfvbench/chain_managers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nfvbench/chain_managers.py') diff --git a/nfvbench/chain_managers.py b/nfvbench/chain_managers.py index 033eb7a..cbc53e2 100644 --- a/nfvbench/chain_managers.py +++ b/nfvbench/chain_managers.py @@ -13,13 +13,14 @@ # License for the specific language governing permissions and limitations # under the License. # +import time + from log import LOG from network import Network from packet_analyzer import PacketAnalyzer from specs import ChainType from stats_collector import IntervalCollector -import time class StageManager(object): -- cgit 1.2.3-korg