From 78b8b5008285042c76813837b026701ee2c401a7 Mon Sep 17 00:00:00 2001 From: skarnataki Date: Tue, 17 Oct 2023 07:39:53 +0000 Subject: [PATCH] fixed lint errors --- examples/hid_report_parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hid_report_parser.py b/examples/hid_report_parser.py index e5f407f..61561b3 100644 --- a/examples/hid_report_parser.py +++ b/examples/hid_report_parser.py @@ -139,7 +139,6 @@ class Mouse: # ------------------------------------------------------------------------------ class ReportParser: - @staticmethod def parse_input_report(input_report: bytes) -> None: