Skip to content

Commit 43e23f0

Browse files
committed
Add missing import
1 parent 76003a8 commit 43e23f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from functools import lru_cache, wraps, reduce
77
import gc
88
import inspect
9+
import io
910
import itertools
1011
import operator
1112
import os

0 commit comments

Comments
 (0)