From e6cf2eb4b8cb6db20aa1f3ba234a05aa63b91550 2017-12-12 16:22:51 From: Corey McCandless Date: 2017-12-12 16:22:51 Subject: [PATCH] remove extraneous blank lines --- diff --git a/IPython/core/debugger.py b/IPython/core/debugger.py index ad1e9ee..0e0d401 100644 --- a/IPython/core/debugger.py +++ b/IPython/core/debugger.py @@ -41,8 +41,6 @@ from IPython.core.excolors import exception_colors from IPython.testing.skipdoctest import skip_doctest - - prompt = 'ipdb> ' #We have to check this directly from sys.argv, config struct not yet available