Skip to content

Commit

Permalink
Remove unused variable: __version__ (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
himoto committed Jun 18, 2023
1 parent 77b367d commit e4a90f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion biomass/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from .dynamics import SignalingSystems
from .estimation import Optimizer
from .model_object import ModelObject
from .version import __version__

__all__ = ["Model", "create_model", "optimize", "run_simulation", "run_analysis"]

Expand Down

0 comments on commit e4a90f3

Please sign in to comment.