Skip to content

Commit

Permalink
fix xxlimited_35 import name
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Dec 20, 2021
1 parent 77ca4a6 commit 4f26796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/lib/tests/test_pretty.py
Expand Up @@ -127,7 +127,7 @@ def test_pprint_heap_allocated_type():
if sys.version_info < (3, 10):
import xxlimited
else:
import xxlimited_35
import xxlimited_35 as xxlimited
output = pretty.pretty(xxlimited.Null)
nt.assert_equal(output, 'xxlimited.Null')

Expand Down

0 comments on commit 4f26796

Please sign in to comment.