Skip to content

Commit

Permalink
removing trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Apr 2, 2019
1 parent bbf8d19 commit 6717350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wc_lang/core.py
Expand Up @@ -2340,7 +2340,7 @@ def get_structure(self):
"""
if self.format is None:
return None

if self.format == ChemicalStructureFormat.SMILES:
mol = openbabel.OBMol()
conv = openbabel.OBConversion()
Expand Down Expand Up @@ -2714,7 +2714,7 @@ def export_relations_to_sbml(self, sbml_model, sbml):
'distribution_init_concentration.units',
'distribution_init_concentration.identifiers',
'distribution_init_concentration.comments'])

LibSbmlInterface.set_annotations(self, LibSbmlInterface.gen_nested_attr_paths(annots), sbml)

def import_from_sbml(self, sbml):
Expand Down

0 comments on commit 6717350

Please sign in to comment.