Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maypink committed Aug 7, 2023
1 parent 90793e3 commit 979cd2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sensitivity/test_sensitivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def given_data():
# ------------------------------------------------------------------------------
# MultiOperationAnalyze

@patch('fedot.structural_analysis.operations_hp_sensitivity.multi_operations_sensitivity.MultiOperationsHPAnalyze.analyze',
@patch('fedot.structural_analysis.operations_hp_sensitivity.multi_operations_sensitivity.'
'MultiOperationsHPAnalyze.analyze',
return_value=[{'key': 'value'}])
def test_multi_operations_analyze_analyze(analyze_method):
# given
Expand Down

0 comments on commit 979cd2c

Please sign in to comment.