Fix ruff linter error: E501 Line too long (100 > 99)

This commit is contained in:
Rishat Fayzullin 2024-03-12 11:53:27 +03:00
parent 89305e5587
commit 0fce314c83

View file

@ -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)