Skip to content

Commit

Permalink
Deleted unused, redundant method loinc_part_class_hierarchy()
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflack4 committed Dec 30, 2024
1 parent 3f66688 commit d4423d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/comp_loinc/loinc_builder_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,11 +739,6 @@ def _parent_class_string(class_string: str) -> t.Optional[str]:
return class_string[:last_index]
return None

# TODO
def loinc_part_class_hierarchy(self):
"""Sets up LOINC Part class hierarchy."""
pass

def load_schema(
self,
filename: t.Annotated[
Expand Down

0 comments on commit d4423d7

Please sign in to comment.