Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Apr 8, 2024
1 parent 1cd1c1f commit 6cdbbe6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tests/safeds_runner/server/test_memoization.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ def test_memoization_already_present_values(
{},
MemoizationMap({}, {}),
)
_pipeline_manager.current_pipeline.get_memoization_map()._map_values[(
function_name,
_make_serializable(params),
_make_serializable(hidden_params),
)] = expected_result
_pipeline_manager.current_pipeline.get_memoization_map()._map_values[
(
function_name,
_make_serializable(params),
_make_serializable(hidden_params),
)
] = expected_result
_pipeline_manager.current_pipeline.get_memoization_map()._map_stats[function_name] = MemoizationStats(
[time.perf_counter_ns()],
[],
Expand Down

0 comments on commit 6cdbbe6

Please sign in to comment.