Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Feb 23, 2024
1 parent 5b936f0 commit f175d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/model/test_ontology_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def test_setters(self):

def test_builtins(self):
expected_str = ("isatools.model.OntologyAnnotation(term='test_term', "
"term_source=isatools.model.OntologySource(name='test_term_source', file='', version='', description='', comments=[]), "
"term_source=isatools.model.OntologySource(name='test_term_source',"
"file='', version='', description='', comments=[]), "
"term_accession='test_term_accession', "
"comments=[])")
expected_hash = hash(expected_str)
Expand Down

0 comments on commit f175d94

Please sign in to comment.