aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tidy.py')
-rw-r--r--python/tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py
index 499fb8c5efc..bd9fef6b31f 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -164,7 +164,7 @@ def check_lock(file_name, contents):
packages = {}
# package names to be neglected (as named by cargo)
- exceptions = ["glutin", "wayland-kbd"]
+ exceptions = []
while idx < len(contents):
content = contents[idx].strip()