Skip to content

Commit 05fe203

Browse files
committed
Add missing import
1 parent d4677b8 commit 05fe203

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_pyexpat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import sys
66
import sysconfig
77
import unittest
8+
import textwrap
89
import traceback
910
from io import BytesIO
1011
from test import support

0 commit comments

Comments
 (0)