Skip to content

Commit

Permalink
removed argument from tags example (#3771)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmalmberg authored Nov 30, 2021
1 parent c744d2e commit 1e9945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/python/python_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class ModelWithTags(object):
def predict(self,X,features_names):
return X

def tags(self,X):
def tags(self):
return {"system":"production"}
```

Expand Down

0 comments on commit 1e9945a

Please sign in to comment.