Skip to content

Commit 30cb7e4

Browse files
committed
NFC: apply black
1 parent 8ee0194 commit 30cb7e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pyomo/contrib/latex_printer/tests/test_latex_printer.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from textwrap import dedent
1414

1515
import pyomo.common.unittest as unittest
16-
import pyomo.core.tests.examples.pmedian_concrete as pmedian_concrete
16+
import pyomo.core.tests.examples.pmedian_concrete as pmedian_concrete
1717
import pyomo.environ as pyo
1818

1919
from pyomo.contrib.latex_printer import latex_printer
@@ -804,7 +804,7 @@ def test_latexPrinter_pmedian_verbose(self):
804804
& & 0.0 \leq serve\_customer\_from\_location \leq 1.0 & \qquad \in \mathds{R} \label{con:M1_serve_customer_from_location_bound} \\
805805
&&& select\_location & \qquad \in \left\{ 0 , 1 \right \} \label{con:M1_select_location_bound}
806806
\end{align}
807-
""".strip()
807+
""".strip(),
808808
)
809809

810810
def test_latexPrinter_pmedian_concise(self):
@@ -829,7 +829,7 @@ def test_latexPrinter_pmedian_concise(self):
829829
& & 0.0 \leq x \leq 1.0 & \qquad \in \mathds{R} \label{con:M1_x_bound} \\
830830
&&& y & \qquad \in \left\{ 0 , 1 \right \} \label{con:M1_y_bound}
831831
\end{align}
832-
""".strip()
832+
""".strip(),
833833
)
834834

835835

0 commit comments

Comments
 (0)