From 82dc1b8e59891a7ca0f1a5e67a3db952b918561c Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 11 Sep 2019 16:47:42 -0400 Subject: Upgrade pylint (#2917) depot_tools is removing pylint from its distribution so we must maintain our own copy. --- tools/throughput_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/throughput_benchmark.py') diff --git a/tools/throughput_benchmark.py b/tools/throughput_benchmark.py index 9343d9613..725b545ba 100755 --- a/tools/throughput_benchmark.py +++ b/tools/throughput_benchmark.py @@ -8,9 +8,9 @@ import os import sys -import util import time import subprocess +import util MB = 1024 * 1024 ADDR = "127.0.0.1:4544" -- cgit v1.2.3