Skip to content

Commit

Permalink
Merge pull request #6 from sirno/iterable_import_fix
Browse files Browse the repository at this point in the history
Import Iterable from collections.abc
  • Loading branch information
cdanielmachado authored Dec 20, 2021
2 parents 8b6aba7 + 9763f6d commit fa91f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reframed/cobra/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ..solvers.solution import Status
from ..core.model import ReactionType
from warnings import warn
from collections import Iterable
from collections.abc import Iterable
from math import inf


Expand Down

0 comments on commit fa91f99

Please sign in to comment.