##// END OF EJS Templates
please formatter
Matthias Bussonnier -
Show More
@@ -190,8 +190,6 b' def check_linecache_ipython(*args):'
190 also existed?
190 also existed?
191 """
191 """
192 import warnings
192 import warnings
193 warnings.warn(
193
194 'Just call linecache.checkcache() directly.',
194 warnings.warn("Just call linecache.checkcache() directly.", DeprecationWarning)
195 DeprecationWarning
196 )
197 linecache.checkcache()
195 linecache.checkcache()
General Comments 0
You need to be logged in to leave comments. Login now