Skip to content

Commit 9557acb

Browse files
committed
Patched test_typing.py
1 parent aa56ebb commit 9557acb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_typing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
from test.support.testcase import ExtraAssertions
5050
from test.typinganndata import ann_module695, mod_generics_cache, _typed_dict_helper
5151

52+
import unittest # XXX: RUSTPYTHON
53+
5254

5355
CANNOT_SUBCLASS_TYPE = 'Cannot subclass special typing classes'
5456
NOT_A_BASE_TYPE = "type 'typing.%s' is not an acceptable base type"

0 commit comments

Comments
 (0)