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()