Skip to content

Commit e0091a2

Browse files
committed
style: isort
1 parent 3ec4c02 commit e0091a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cobra/flux_analysis/fastcc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Provide an implementation of FASTCC."""
22

33
from logging import getLogger
4-
from typing import TYPE_CHECKING, List, Set, Optional
4+
from typing import TYPE_CHECKING, List, Optional, Set
55

66
from optlang.symbolics import Zero
77

0 commit comments

Comments
 (0)