diff --git a/sanic/handlers.py b/sanic/handlers.py index ac4c28f1..30923e27 100644 --- a/sanic/handlers.py +++ b/sanic/handlers.py @@ -1,5 +1,5 @@ import sys -from traceback import extract_tb +from traceback import extract_tb, format_exc from sanic.exceptions import ( ContentRangeError,