Skip to content

Commit 23ee8b6

Browse files
humitosagjohnson
authored andcommitted
Missing imports
1 parent 1c8c3f8 commit 23ee8b6

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)