From 6cad3dbe3f06c288e177a60f4e2b2a321f7247c6 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 22 Nov 2019 13:03:41 -0500 Subject: [PATCH] Remove unused import. --- etc/wpt_result_analyzer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/wpt_result_analyzer.py b/etc/wpt_result_analyzer.py index eb2277db48a..5b7171f44a7 100644 --- a/etc/wpt_result_analyzer.py +++ b/etc/wpt_result_analyzer.py @@ -9,7 +9,6 @@ # option. This file may not be copied, modified, or distributed # except according to those terms. -import configparser import os test_root = os.path.join('tests', 'wpt', 'web-platform-tests')