Skip to content

Commit e8e7c47

Browse files
committed
Add missing import
1 parent a55e2f1 commit e8e7c47

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
@@ -4,6 +4,7 @@
44
import os
55
import sys
66
import sysconfig
7+
import textwrap
78
import unittest
89
import traceback
910
from io import BytesIO

0 commit comments

Comments
 (0)