From eb93f884f37c16e1c8f8e6f86b9545cfa6bb1a3c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 5 Oct 2018 16:47:12 +0200 Subject: [PATCH] fix: Missing import --- sanic/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,