diff --git a/inorbit_edge/robot.py b/inorbit_edge/robot.py index 0f8963e..3c68d16 100644 --- a/inorbit_edge/robot.py +++ b/inorbit_edge/robot.py @@ -608,10 +608,7 @@ def dispatch_command(self, command_name, args, execution_id=None): for callback in self.command_callbacks: def result_function( - result_code, - execution_status_details=None, - stdout=None, - stderr=None + result_code, execution_status_details=None, stdout=None, stderr=None ): if execution_id is not None: return self.report_command_result(