Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
leandropineda committed Oct 31, 2024
1 parent 3883405 commit 4022ea4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions inorbit_edge/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4022ea4

Please sign in to comment.