Skip to content

Commit ddce22a

Browse files
Apply black
1 parent 61cb1ee commit ddce22a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyomo/contrib/pyros/pyros.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,7 @@ def _log_intro(self, logger, **log_kwargs):
199199
**log_kwargs,
200200
)
201201
logger.log(
202-
msg=(
203-
"and Carbon Capture Simulation for Industry Impact "
204-
"(CCSI2) projects."
205-
),
202+
msg="and Carbon Capture Simulation for Industry Impact (CCSI2) projects.",
206203
**log_kwargs,
207204
)
208205
logger.log(msg="=" * self._LOG_LINE_LENGTH, **log_kwargs)

0 commit comments

Comments
 (0)