Skip to content

Commit

Permalink
Fix unsaved error
Browse files Browse the repository at this point in the history
Accidentally committed without saving file, fixes the commit.
  • Loading branch information
paynejason committed Oct 27, 2023
1 parent b659a3e commit d9fbb9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions text2term/term_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ def to_dict(self):
self.MAPPING_SCORE: self.mapping_score
}

def get_col_names(self):
return [SRC_TERM, SRC_TERM_ID, TGT_TERM_LBL, TGT_TERM_CURIE, TGT_TERM_IRI, MAPPING_SCORE]

def __eq__(self, other):
if isinstance(other, TermMapping):
return self.source_term == other.source_term and self.mapped_term_iri == other.mapped_term_iri
Expand Down

0 comments on commit d9fbb9e

Please sign in to comment.