Skip to content

Commit

Permalink
split imports onto separate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Jan 22, 2024
1 parent 57d3134 commit f279fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyomo/contrib/incidence_analysis/incidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
from pyomo.repn.util import FileDeterminism, FileDeterminism_to_SortComponents
from pyomo.util.subsystems import TemporarySubsystemManager
from pyomo.contrib.incidence_analysis.config import (
IncidenceMethod, get_config_from_kwds
IncidenceMethod,
get_config_from_kwds,
)


Expand Down

0 comments on commit f279fed

Please sign in to comment.