Skip to content

Commit 22214bb

Browse files
authored
add missing import
1 parent b41aec8 commit 22214bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_interpreters/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import sys
44
from textwrap import dedent, indent
55
import threading
6+
import traceback
67
import types
78
import unittest
89

0 commit comments

Comments
 (0)