Skip to content

Commit a7df834

Browse files
committed
Fix type of ManageEngineAgent inputs
1 parent fb2b557 commit a7df834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/steps/ManageEngineAgent/ManageEngineAgent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
class ManageEngineAgent(Step, input_class=ManageEngineAgentInputs, output_class=ManageEngineAgentOutputs):
13-
def __init__(self, inputs: ManageEngineAgentInputs):
13+
def __init__(self, inputs: dict):
1414
super().__init__(inputs)
1515

1616
if not inputs.get("me_access_token"):

0 commit comments

Comments
 (0)