Remove unused import

This commit is contained in:
L. Kärkkäinen 2023-09-20 20:11:45 +01:00
parent 875e921bda
commit 8027563144

View File

@ -24,7 +24,6 @@ from sanic.helpers import (
Default, Default,
_default, _default,
has_message_body, has_message_body,
remove_entity_headers,
) )
from sanic.http import Http from sanic.http import Http