mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
Fix whitespace
This commit is contained in:
@@ -811,7 +811,7 @@ class Attribute(EventEmitter):
|
|||||||
enum_list: List[str] = [p.name for p in cls if p.name is not None]
|
enum_list: List[str] = [p.name for p in cls if p.name is not None]
|
||||||
enum_list_str = ",".join(enum_list)
|
enum_list_str = ",".join(enum_list)
|
||||||
raise TypeError(
|
raise TypeError(
|
||||||
f"Attribute::permissions error:\nExpected a string containing any of the keys, separated by commas: {enum_list_str }\nGot: {permissions_str}"
|
f"Attribute::permissions error:\nExpected a string containing any of the keys, separated by commas: {enum_list_str}\nGot: {permissions_str}"
|
||||||
) from exc
|
) from exc
|
||||||
|
|
||||||
# Permission flags(legacy-use only)
|
# Permission flags(legacy-use only)
|
||||||
|
|||||||
Reference in New Issue
Block a user