Skip to content

Commit 9aa40c4

Browse files
committed
Revert to default coverage exclude pragma
1 parent 4ebc43f commit 9aa40c4

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

0 commit comments

Comments
 (0)