uuid: add separator to to_hex_str + type hints

This commit is contained in:
uael
2023-04-20 17:33:28 +00:00
parent 29bd693bab
commit fdee5ecf70
3 changed files with 43 additions and 36 deletions
+1 -1
View File
@@ -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)