Skip to content

Commit 4b77fa2

Browse files
Update traceback.py
1 parent f63fa49 commit 4b77fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import tokenize
1212
import io
1313
import _colorize
14-
import traceback
14+
import threading
1515

1616
from contextlib import suppress
1717

0 commit comments

Comments
 (0)