Skip to content

Commit 4e12f92

Browse files
committed
Have test be compatible with Python2
1 parent df473bd commit 4e12f92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def inputs(self):
2727
class ScriptModule:
2828
"""Mock for the org.scijava.script.ScriptModule class."""
2929

30-
def __init__(self, input_names, inputs: dict):
30+
def __init__(self, input_names, inputs):
3131
self.info = ScriptInfo(input_names)
3232
self.inputs = inputs
3333

0 commit comments

Comments
 (0)