delete unused error message

This commit is contained in:
Suhas 2021-03-21 18:19:20 -04:00
parent 2d4ba1bf2f
commit e063fa9715

View file

@ -37,14 +37,6 @@ class JrnlError(Exception):
to display the timestamps in the configured time format.
"""
),
"LineWrapTooSmallForFancy": textwrap.dedent(
"""
The provided linewrap value of {config_linewrap} is too small
to properly format journal contents in fancy/boxed format.
Either provide a larger value for the linewrap or display the
journal in another format.
"""
),
}
return error_messages[self.error_type].format(**kwargs)