mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
use ruff for linting and import sorting
This commit is contained in:
@@ -528,7 +528,7 @@ class ServiceAttribute:
|
||||
def to_string(self, with_colors=False):
|
||||
if with_colors:
|
||||
return (
|
||||
f'Attribute(id={color(self.id_name(self.id),"magenta")},'
|
||||
f'Attribute(id={color(self.id_name(self.id), "magenta")},'
|
||||
f'value={self.value})'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user