Skip to content
Snippets Groups Projects
Commit 7643e601 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Update algorithms.rst

parent f047c4a8
Branches
Tags
No related merge requests found
Pipeline #40934 passed
......@@ -322,7 +322,7 @@ Python):
class Algorithm:
def process(self, inputs, , data_loaders, outputs):
def process(self, inputs, data_loaders, outputs):
# here, you read inputs, process and write results to outputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment