From efc678c9d3843dcfd373b5749a88c51228b0b27c Mon Sep 17 00:00:00 2001 From: ahothan Date: Thu, 21 Dec 2017 17:17:46 -0800 Subject: [NFVBENCH-59] Add Unit Testing of the NDR/PDR convergence algorithm using the dummy traffic gen [NFVBENCH-60] Fix pylint warnings Change-Id: I72deec060bf25774d1be33eaeefc74b42a576483 Signed-off-by: ahothan --- nfvbench/summarizer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nfvbench/summarizer.py') diff --git a/nfvbench/summarizer.py b/nfvbench/summarizer.py index 70ad389..1676e93 100644 --- a/nfvbench/summarizer.py +++ b/nfvbench/summarizer.py @@ -20,9 +20,10 @@ import math import bitmath import pytz -from specs import ChainType from tabulate import tabulate +from specs import ChainType + class Formatter(object): """Collection of string formatter methods""" -- cgit 1.2.3-korg