mirror of
https://github.com/google/bumble.git
synced 2026-06-20 10:32:27 +00:00
uuid: add separator to to_hex_str + type hints
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ class TemplateService(Service):
|
||||
to expose their UUID as a class property
|
||||
'''
|
||||
|
||||
UUID = None
|
||||
UUID: Optional[UUID] = None
|
||||
|
||||
def __init__(self, characteristics, primary=True):
|
||||
super().__init__(self.UUID, characteristics, primary)
|
||||
|
||||
Reference in New Issue
Block a user