Skip to content

Commit 0e3fb08

Browse files
author
uri.akavia
committed
minor isort fix
1 parent 7998f63 commit 0e3fb08

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/cobra/core/model.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
from cobra.core.object import Object
1818
from cobra.core.reaction import Reaction
1919
from cobra.core.solution import get_solution
20-
from cobra.medium import (
21-
find_boundary_types,
22-
find_external_compartment,
23-
sbo_terms,
24-
)
20+
from cobra.medium import find_boundary_types, find_external_compartment, sbo_terms
2521
from cobra.util.context import HistoryManager, get_context, resettable
2622
from cobra.util.solver import (
2723
add_cons_vars_to_problem,

0 commit comments

Comments
 (0)