Loading android/pandora/mmi2grpc/mmi2grpc/hogp.py +2 −4 Original line number Diff line number Diff line Loading @@ -88,14 +88,12 @@ class HOGPProxy(ProfileProxy): """ PATTERN = re.compile( r""" textwrap.dedent(r""" Attribute Handle = (\S*) Characteristic Properties = (?P<properties>\S*) Handle = (?P<handle>\S*) UUID = (?P<uuid>\S*) """, re.VERBOSE, ) """).strip().replace("\n", " ")) targets = set() Loading Loading
android/pandora/mmi2grpc/mmi2grpc/hogp.py +2 −4 Original line number Diff line number Diff line Loading @@ -88,14 +88,12 @@ class HOGPProxy(ProfileProxy): """ PATTERN = re.compile( r""" textwrap.dedent(r""" Attribute Handle = (\S*) Characteristic Properties = (?P<properties>\S*) Handle = (?P<handle>\S*) UUID = (?P<uuid>\S*) """, re.VERBOSE, ) """).strip().replace("\n", " ")) targets = set() Loading