mirror of
https://github.com/google/bumble.git
synced 2026-05-06 03:38:01 +00:00
Fixed lint and pre-commit errors.
This commit is contained in:
@@ -229,7 +229,7 @@ class DataElement:
|
||||
return DataElement(DataElement.UUID, value)
|
||||
|
||||
@staticmethod
|
||||
def text_string(value: str) -> DataElement:
|
||||
def text_string(value: bytes) -> DataElement:
|
||||
return DataElement(DataElement.TEXT_STRING, value)
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user