Skip to content

Commit 4f26796

Browse files
committed
fix xxlimited_35 import name
1 parent 77ca4a6 commit 4f26796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPython/lib/tests/test_pretty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_pprint_heap_allocated_type():
127127
if sys.version_info < (3, 10):
128128
import xxlimited
129129
else:
130-
import xxlimited_35
130+
import xxlimited_35 as xxlimited
131131
output = pretty.pretty(xxlimited.Null)
132132
nt.assert_equal(output, 'xxlimited.Null')
133133

0 commit comments

Comments
 (0)