Skip to content

Commit 835161a

Browse files
committed
lint
1 parent b3632f3 commit 835161a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

waveform_editor/gui/io/file_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def _time_mode_ui_element(self):
168168
MANUALINPUT: pn.widgets.TextInput.from_param(
169169
self.param.time_array_input, placeholder="e.g. 1,2,3,4,5", onkeyup=True
170170
),
171-
}.get(self.time_mode, None) # DEFAULT has no time mode UI element
171+
}.get(self.time_mode) # DEFAULT has no time mode UI element
172172

173173
@param.depends("time_mode")
174174
def _time_mode_description(self):

0 commit comments

Comments
 (0)