We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebc43f commit 9aa40c4Copy full SHA for 9aa40c4
1 file changed
src/imcflibs/imagej/misc.py
@@ -768,7 +768,7 @@ def bytes_to_human_readable(size):
768
return "%3.1f %s" % (size, "TB")
769
770
771
-def _is_password_style(item): # no-cover:jython-only
+def _is_password_style(item): # pragma: no cover (jython)
772
"""Check if a script-parameter item is declared with `style="password"`.
773
774
Parameters
0 commit comments