##// END OF EJS Templates
Change signature to be imported from inspect library
Alyssa Whitwell -
Show More
@@ -85,12 +85,12 b' import re'
85 85 import sys
86 86 import types
87 87 from collections import deque
88 from inspect import signature
88 89 from io import StringIO
89 90 from warnings import warn
90 91
91 92 from IPython.utils.decorators import undoc
92 93 from IPython.utils.py3compat import PYPY
93 from IPython.utils.signatures import signature
94 94
95 95 __all__ = ['pretty', 'pprint', 'PrettyPrinter', 'RepresentationPrinter',
96 96 'for_type', 'for_type_by_name']
General Comments 0
You need to be logged in to leave comments. Login now