Skip to content

Commit 229cafa

Browse files
committed
Drop pointless return statement
1 parent 387c945 commit 229cafa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ def run_define_dataset_manualoader(
240240
log.debug(options)
241241
IJ.run("Define dataset ...", str(options))
242242

243-
return
244-
245243

246244
def run_resave_as_h5(
247245
source_xml_file,

0 commit comments

Comments
 (0)