Skip to content

Commit fd98977

Browse files
committed
NFC: apply black
1 parent 583593c commit fd98977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyomo/common/numeric_types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ def value(obj, exception=True):
382382
tmp = obj(exception=True)
383383
if tmp is None:
384384
raise ValueError(
385-
"No value for uninitialized %s object %s" % (type(obj).__name__, obj.name,)
385+
"No value for uninitialized %s object %s"
386+
% (type(obj).__name__, obj.name)
386387
)
387388
return tmp
388389
except TemplateExpressionError:

0 commit comments

Comments
 (0)