Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
cthoyt authored and bgyori committed Apr 16, 2020
1 parent d00958e commit 008b8d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion export/obo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@


class OboTerm(object):
def __init__(self, term_id, name, rels, synonyms=None, xrefs=None, description=None, provenance=None):
def __init__(self, term_id, name, rels, synonyms=None, xrefs=None,
description=None, provenance=None):
self.term_id = term_id
self.name = name
self.description = description
Expand Down

0 comments on commit 008b8d5

Please sign in to comment.