From f8947af8a77e09ba164c58581ab33d9bd961eb9e Mon Sep 17 00:00:00 2001 From: kernelmethod <17100608+kernelmethod@users.noreply.github.com> Date: Sat, 9 Dec 2023 07:49:57 -0800 Subject: [PATCH] Fix formatting in tileanimator.py Run black over tileanimator.py to fix a linting issue in the CI pipeline. --- hagadias/tileanimator.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hagadias/tileanimator.py b/hagadias/tileanimator.py index 414b964..b51a575 100644 --- a/hagadias/tileanimator.py +++ b/hagadias/tileanimator.py @@ -23,8 +23,13 @@ "HydraulicPowerTransmission", "MechanicalPowerTransmission", ] -ANIMATEDMATERIALGENERIC_EXCLUSIONS = ["Telescope", "Full-Scale Recompositer", "PistonPressElement", - "Chavvah Dense Leaves", "Chavvah Sparse Leaves"] +ANIMATEDMATERIALGENERIC_EXCLUSIONS = [ + "Telescope", + "Full-Scale Recompositer", + "PistonPressElement", + "Chavvah Dense Leaves", + "Chavvah Sparse Leaves", +] class TileAnimator: