diff --git a/sanic/cli/console.py b/sanic/cli/console.py index e5cd7f38b2..1ff6e1d81d 100644 --- a/sanic/cli/console.py +++ b/sanic/cli/console.py @@ -130,7 +130,6 @@ def __init__(self, app: Sanic, start: Optional[Default] = None): f" - {Colors.BOLD + Colors.SANIC}client{Colors.END}: A client to access the Sanic app instance using httpx - {Colors.BOLD + Colors.BLUE}from httpx import Client{Colors.END}", # noqa: E501 ) else: - del variable_descriptions[3] client_availability = ( f"\n{Colors.YELLOW}The HTTP client has been disabled. " "To enable it, install httpx:\n\t"