##// END OF EJS Templates
Fix #11984 Removed unused py3compat import
Chemss Eddine Ben Hassine -
Show More
@@ -7,7 +7,6 b" with better-isolated tests that don't rely on the global instance in iptest."
7 """
7 """
8 from IPython.core.splitinput import LineInfo
8 from IPython.core.splitinput import LineInfo
9 from IPython.core.prefilter import AutocallChecker
9 from IPython.core.prefilter import AutocallChecker
10 from IPython.utils import py3compat
11
10
12 def doctest_autocall():
11 def doctest_autocall():
13 """
12 """
General Comments 0
You need to be logged in to leave comments. Login now