From a79debff4a6436522feebd2221865a2a6a917a58 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/factory.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nfvbench/factory.py') diff --git a/nfvbench/factory.py b/nfvbench/factory.py index 35a8c1b..1461036 100644 --- a/nfvbench/factory.py +++ b/nfvbench/factory.py @@ -27,7 +27,6 @@ import tor_client class BasicFactory(object): - chain_classes = [ChainType.EXT, ChainType.PVP, ChainType.PVVP] chain_stats_classes = { -- cgit 1.2.3-korg