summaryrefslogtreecommitdiff
path: root/hid/patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'hid/patch.py')
-rw-r--r--hid/patch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/hid/patch.py b/hid/patch.py
index 7b88eeb1..c05ed262 100644
--- a/hid/patch.py
+++ b/hid/patch.py
@@ -27,6 +27,5 @@ def _patch_lib(lib_path: str, patch_path: str) -> None:
# =====
_libs = _get_libs()
-assert "TimerOne" in _libs # Just checking
if "HID-Project" in _libs:
_patch_lib(_libs["HID-Project"], "patches/absmouse.patch")