We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df473bd commit 4e12f92Copy full SHA for 4e12f92
1 file changed
tests/test_misc.py
@@ -27,7 +27,7 @@ def inputs(self):
27
class ScriptModule:
28
"""Mock for the org.scijava.script.ScriptModule class."""
29
30
- def __init__(self, input_names, inputs: dict):
+ def __init__(self, input_names, inputs):
31
self.info = ScriptInfo(input_names)
32
self.inputs = inputs
33
0 commit comments