mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix ruff linter error: E501 Line too long (100 > 99)
This commit is contained in:
parent
89305e5587
commit
0fce314c83
1 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,8 @@ class DefaultKeyBuilder(KeyBuilder):
|
|||
parts.append(key.destiny)
|
||||
elif key.destiny != DEFAULT_DESTINY:
|
||||
raise ValueError(
|
||||
"Default key builder is not configured to use key destiny other than the default.\n"
|
||||
"\n"
|
||||
"Default key builder is not configured to use key destiny other than the default."
|
||||
"\n\n"
|
||||
"Probably, you should set `with_destiny=True` in for DefaultKeyBuilder."
|
||||
)
|
||||
parts.append(part)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue