From b91320cb05ce03d2154ca41a141107c85726f9e7 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 8 Aug 2015 18:17:39 -0400 Subject: [PATCH] Remove unused variable --- python/tidy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tidy.py b/python/tidy.py index 40251cdf8a7..288ce8c5349 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -240,7 +240,6 @@ def check_spec(file_name, contents): def collect_errors_for_files(files_to_check, checking_functions): - base_path = "components/script/dom/" for file_name in files_to_check: with open(file_name, "r") as fp: contents = fp.read()