From a5898380dc50c518bb214448237b30fbfa74ecaa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:27:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Dolphin scripts/Entrance Randomizer/lib/shaman_shop.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dolphin scripts/Entrance Randomizer/lib/shaman_shop.py b/Dolphin scripts/Entrance Randomizer/lib/shaman_shop.py index cff9593..eda0f07 100644 --- a/Dolphin scripts/Entrance Randomizer/lib/shaman_shop.py +++ b/Dolphin scripts/Entrance Randomizer/lib/shaman_shop.py @@ -155,8 +155,7 @@ def randomize_shaman_shop(): _shaman_shop_prices_string = f"Shaman Shop: {array_repr} total {array_sum}" print(_shaman_shop_prices_string) - max_health = _shaman_shop_prices[:5] - max_health.sort() + max_health = sorted(_shaman_shop_prices[:5]) _shaman_shop_prices[:5] = max_health max_canteen = _shaman_shop_prices[5:10]