X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fsummarizer.py;h=1676e9351dd3821e8a7d4470ad2369fdc2e20fa7;hb=efc678c9d3843dcfd373b5749a88c51228b0b27c;hp=70ad389eed07640e1ce7d30fc394f1c673ea08a4;hpb=a79debff4a6436522feebd2221865a2a6a917a58;p=nfvbench.git 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"""