Skip to content

Commit a4cb525

Browse files
committed
Fix syntax destroyed by ruff-formatter
1 parent 24a8351 commit a4cb525

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/interactive-imagej/save-script-parameters.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# @ String(label="Username") USERNAME
2-
# @ String(label="Password", style="password") PASSWORD
3-
# @ File(label="Path for results", style="directory") outputPath
4-
# @ Integer threshold
5-
# @ Boolean(label="Yes/No?") choice
6-
# @ RoiManager rm
7-
# @ CommandService command
8-
# @ LogService sjlog
1+
#@ String(label="Username") USERNAME
2+
#@ String(label="Password", style="password") PASSWORD
3+
#@ File(label="Path for results", style="directory") outputPath
4+
#@ Integer threshold
5+
#@ Boolean(label="Yes/No?") choice
6+
#@ RoiManager rm
7+
#@ CommandService command
8+
#@ LogService sjlog
99

1010
import os
1111

0 commit comments

Comments
 (0)