Skip to content

Commit 89e1796

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4496711 commit 89e1796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mslice/widgets/workspacemanager/input_boxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ def user_input(self):
6161
try:
6262
v2_value = float(v2)
6363
except ValueError:
64-
pass
64+
pass
6565
return v1_value, v2_value

0 commit comments

Comments
 (0)