removed empty lines

This commit is contained in:
2022-07-27 13:55:48 +02:00
parent 881092b38e
commit cab9414399
-4
View File
@@ -14,9 +14,6 @@ from ..widgets import ContainsTextCompleter
NOMINAL_REPRATE = 100 # Hz
class AdjustableSelection(wx.BoxSizer):
def __init__(self, parent):
@@ -46,7 +43,6 @@ class AdjustableSelection(wx.BoxSizer):
class AdjustableComboBox(wx.ComboBox):
def __init__(self, parent):