Skip to content

Commit a465871

Browse files
committed
Missing imports
1 parent e6941fe commit a465871

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readthedocs/core/logs.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
import sys
2+
import warnings
3+
14
from io import StringIO
25

36
import structlog
4-
from structlog.dev import _pad
7+
from structlog.dev import _pad, plain_traceback
58

69
from django_structlog.middlewares.request import RequestMiddleware
710

0 commit comments

Comments
 (0)