Remove bordered() utility function (#5692)

This commit is contained in:
Jakub Kuczys
2022-11-11 15:37:49 +01:00
committed by GitHub
parent 0f20f15c26
commit 51fa3f502e
4 changed files with 2 additions and 123 deletions

View File

@@ -31,7 +31,7 @@ from .utils._internal_utils import (
fetch_latest_red_version_info,
send_to_owners_with_prefix_replaced,
)
from .utils.chat_formatting import inline, bordered, format_perms_list, humanize_timedelta
from .utils.chat_formatting import inline, format_perms_list, humanize_timedelta
import rich
from rich import box