Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
etch4966 committed Dec 3, 2024
1 parent 9fd0f40 commit 161ab45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sbmltoodejax/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def ParseSBMLFile(file: str):
"""

if os.path.exists(file):
libsbml.readSBML(file)
doc = libsbml.readSBML(file)

else:
Expand Down

0 comments on commit 161ab45

Please sign in to comment.