mirror of
https://github.com/google/bumble.git
synced 2026-05-06 03:38:01 +00:00
use ruff for linting and import sorting
This commit is contained in:
@@ -361,5 +361,4 @@ class EnumCharacteristicProxyAdapter(CharacteristicProxyAdapter[_T3]):
|
||||
|
||||
def decode_value(self, value: bytes) -> _T3:
|
||||
int_value = int.from_bytes(value, self.byteorder)
|
||||
a = self.cls(int_value)
|
||||
return self.cls(int_value)
|
||||
|
||||
Reference in New Issue
Block a user