mirror of
https://github.com/google/bumble.git
synced 2026-06-11 09:12:27 +00:00
Fixed lint and pre-commit errors.
This commit is contained in:
@@ -139,7 +139,9 @@ class Mouse:
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
class ReportParser:
|
||||
def parse_input_report(self, input_report: bytes) -> None: # type: ignore
|
||||
|
||||
@staticmethod
|
||||
def parse_input_report(input_report: bytes) -> None:
|
||||
|
||||
report_id = input_report[0] # pylint: disable=unsubscriptable-object
|
||||
report_length = len(input_report)
|
||||
|
||||
Reference in New Issue
Block a user