Skip to content

Commit

Permalink
Update _transform method docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanson8 committed Dec 15, 2023
1 parent 71e9ec1 commit d832074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion transmogrifier/sources/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ def _transform(
self, source_record: dict[str, JSON] | Tag
) -> Optional[TimdexRecord]:
"""
Private method called by Transform a source record into a TIMDEX record.
Private method called for both XML and JSON transformations, where
all logic is shared except source_record type.
May not be overridden.
Expand Down

0 comments on commit d832074

Please sign in to comment.