summaryrefslogtreecommitdiffstats
path: root/nfvbench/chain_workers.py
diff options
context:
space:
mode:
Diffstat (limited to 'nfvbench/chain_workers.py')
-rw-r--r--nfvbench/chain_workers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nfvbench/chain_workers.py b/nfvbench/chain_workers.py
index 0ed2648..e332d7b 100644
--- a/nfvbench/chain_workers.py
+++ b/nfvbench/chain_workers.py
@@ -43,7 +43,6 @@ class BasicWorker(object):
Specialized workers can insert their own interface stats inside each existing packet path
stats for every chain.
"""
- pass
def update_interface_stats(self, diff=False):
"""Update all interface stats.
@@ -53,4 +52,3 @@ class BasicWorker(object):
Make sure that the interface stats inserted in insert_interface_stats() are updated
with proper values
"""
- pass