mirror of
https://github.com/google/bumble.git
synced 2026-04-17 00:35:31 +00:00
Merge pull request #563 from initializedd/fix-whitespace
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_str = ",".join(enum_list)
|
||||
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
|
||||
|
||||
# Permission flags(legacy-use only)
|
||||
|
||||
Reference in New Issue
Block a user