Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crecine committed May 1, 2024
1 parent c201ac6 commit c9f44f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoptsparse/pyOpt_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ def __str__(self):
Print Structured Optimization Problem
"""
TOL = 1.0e-6
minimal_print = getattr(self, 'minimal_print', True)
minimal_print = getattr(self, "minimal_print", True)

text = (
f"\n\nOptimization Problem -- {self.name}\n{'=' * 80}\n Objective Function: {self.objFun.__name__}\n\n"
Expand Down

0 comments on commit c9f44f9

Please sign in to comment.