##// END OF EJS Templates
Fix indentation not multiple of 4 and double import
Matthias Bussonnier -
Show More
1 NO CONTENT: modified file
NO CONTENT: modified file
@@ -36,8 +36,6 b' from .shortcuts import register_ipython_shortcuts'
36 DISPLAY_BANNER_DEPRECATED = object()
36 DISPLAY_BANNER_DEPRECATED = object()
37
37
38
38
39 from pygments.style import Style
40
41 class _NoStyle(Style): pass
39 class _NoStyle(Style): pass
42
40
43
41
General Comments 0
You need to be logged in to leave comments. Login now