Skip to content

Commit 331777c

Browse files
committed
Exclude function from coverage
1 parent 13c4a53 commit 331777c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ def bytes_to_human_readable(size):
768768
return "%3.1f %s" % (size, "TB")
769769

770770

771-
def _is_password_style(item):
771+
def _is_password_style(item): # no-cover:jython-only
772772
"""Check if a script-parameter item is declared with `style="password"`.
773773
774774
Parameters

0 commit comments

Comments
 (0)