Skip to content

Commit 925c81d

Browse files
committed
Initialize variables
Mostly done to help the static code analysis (Pylance) to understand this is not a "reportPossiblyUnboundVariable" case.
1 parent da5f514 commit 925c81d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ def get_processing_settings(dimension, selection, value, range_end):
731731
tuple of str
732732
processing_option, dimension_select
733733
"""
734+
processing_option = dimension_select = ""
734735

735736
# Validate inputs according to the function docstring
736737
valid_dimensions = ("angle", "channel", "illumination", "tile", "timepoint")

0 commit comments

Comments
 (0)