diff options
author | Lei Zhang <thestig@chromium.org> | 2018-02-13 20:45:02 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-02-13 20:45:02 +0000 |
commit | 566d0b9486f024f253d1c331866b04529c9a22b3 (patch) | |
tree | 16116df7724cb735c273a26575f6bb2c642fb75b /testing/tools/test_runner.py | |
parent | d0a6f75ffd6a760c70771cc237b843b1ac2a94ee (diff) | |
download | pdfium-566d0b9486f024f253d1c331866b04529c9a22b3.tar.xz |
Fix nits in Python code.
Change-Id: I01956bff9e7250c9df84afe6b6de96ab4e9b4851
Reviewed-on: https://pdfium-review.googlesource.com/26650
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'testing/tools/test_runner.py')
-rw-r--r-- | testing/tools/test_runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/tools/test_runner.py b/testing/tools/test_runner.py index e895552bc8..99ba8758e0 100644 --- a/testing/tools/test_runner.py +++ b/testing/tools/test_runner.py @@ -3,7 +3,6 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import cStringIO import functools import multiprocessing import optparse |