Skip to content

Commit fcb70cf

Browse files
committed
Remove unreachable "return" statements
1 parent 99cad63 commit fcb70cf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/imcflibs/imagej/trackmate.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ def run_trackmate(
347347
ok = trackmate.checkInput()
348348
if not ok:
349349
sys.exit(str(trackmate.getErrorMessage()))
350-
return
351350

352351
ok = trackmate.process()
353352
if not ok:
@@ -368,8 +367,6 @@ def run_trackmate(
368367
else:
369368
sys.exit(str(trackmate.getErrorMessage()))
370369

371-
return
372-
373370
SelectionModel(model)
374371

375372
exportSpotsAsDots = False

0 commit comments

Comments
 (0)