From 9c85fe9ce44d888cacaa459f9c02b5826f455c88 2013-07-15 23:15:34 From: Jonathan Frederic Date: 2013-07-15 23:15:34 Subject: [PATCH] Removed extra blank lines --- diff --git a/IPython/nbconvert/transformers/coalescestreams.py b/IPython/nbconvert/transformers/coalescestreams.py index 1edfc25..f1922dc 100644 --- a/IPython/nbconvert/transformers/coalescestreams.py +++ b/IPython/nbconvert/transformers/coalescestreams.py @@ -72,4 +72,3 @@ def coalesce_streams(cell, resources, index): cell.outputs = new_outputs return cell, resources -