Skip to content

Commit

Permalink
Fix formatting in tileanimator.py
Browse files Browse the repository at this point in the history
Run black over tileanimator.py to fix a linting issue in the CI
pipeline.
  • Loading branch information
kernelmethod committed Dec 9, 2023
1 parent b2b1186 commit f8947af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions hagadias/tileanimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8947af

Please sign in to comment.