Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 13, 2025
1 parent c861491 commit 3722b42
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ def test_external_grey_box_react_example_maximize_cb_outputs_scaling(self):
)

with TempfileManager.new_context() as temp:
logfile = temp.create_tempfile('_cyipopt-external-greybox-react-scaling.log')
logfile = temp.create_tempfile(
'_cyipopt-external-greybox-react-scaling.log'
)
aoptions = {
'nlp_scaling_method': 'user-scaling',
'output_file': logfile,
Expand Down

0 comments on commit 3722b42

Please sign in to comment.