Skip to content

Commit a5276fb

Browse files
committed
Drop pointless return statements
1 parent c366df7 commit a5276fb

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
@@ -666,7 +666,6 @@ def optimize_and_apply_shifts(
666666
IJ.run("Optimize globally and apply shifts ...", str(options))
667667

668668
backup_xml_files(file_info["path"], "optimize_and_apply_shifts")
669-
return
670669

671670

672671
def detect_interest_points(
@@ -1060,7 +1059,6 @@ def fuse_dataset(
10601059

10611060
log.debug(options)
10621061
IJ.run("Fuse dataset ...", str(options))
1063-
return
10641062

10651063

10661064
def parse_options(input_dict):

0 commit comments

Comments
 (0)