Skip to content

Commit

Permalink
add dep stub
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Jan 27, 2024
1 parent 9d8041a commit 3ceee29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/linkml_transformer/transformer/object_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@ def index(self, source_obj: Any, target: str = None):
else:
self.object_index = ObjectIndex(source_obj, schemaview=self.source_schemaview)

def deprecate(self, source_obj: Any, target: str = None):
def deprecate(self, source_obj: Any):
"""
Deprecate an object.
:param source_obj: source data structure to be deprecated
:param target: class to convert source object into
"""

def transform(
Expand Down

0 comments on commit 3ceee29

Please sign in to comment.