Skip to content

Commit

Permalink
docs(Subfunctions): removed artefact init docs of ABC
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Jul 27, 2022
1 parent 96bca31 commit 5d336f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aucmedi/data_processing/subfunctions/sf_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ def transform(self, image):
def __init__(self):
""" Functions which will be called during the Subfunction object creation.
```
__init__(model, layerName=None)
```
This function can be used to pass variables and options in the Subfunction instance.
The are no mandatory required parameters for the initialization.
"""
Expand Down

0 comments on commit 5d336f4

Please sign in to comment.