X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3f175108be4a2c7db64e31b7d36189e036b5597..e195c8c95fb154d035bab400952fc81c62439549:/wxPython/demo/GridCustEditor.py?ds=inline

diff --git a/wxPython/demo/GridCustEditor.py b/wxPython/demo/GridCustEditor.py
index 668dbdc428..a24cbf5fa1 100644
--- a/wxPython/demo/GridCustEditor.py
+++ b/wxPython/demo/GridCustEditor.py
@@ -211,6 +211,7 @@ class GridEditorTest(wxGrid):
         self.SetColSize(1, 150)
         self.SetColSize(2, 150)
 
+
 #---------------------------------------------------------------------------
 
 class TestFrame(wxFrame):