[ci] auto-format

This commit is contained in:
Loup-Garou911XD 2025-07-26 07:11:32 +00:00 committed by github-actions[bot]
parent 8993de53b7
commit 0cfa8c78a9

View file

@ -8,12 +8,14 @@ original_getmesh = bs.getmesh
plugman = dict( plugman = dict(
plugin_name="allow_invisible_models", plugin_name="allow_invisible_models",
description="Shake as many stiies of you as possible", description="Shake as many stiies of you as possible",
external_url= "https://www.youtube.com/watch?v=dQw4w9WgXcQ", external_url="https://www.youtube.com/watch?v=dQw4w9WgXcQ",
author=["Loup", "brostos"], author=["Loup", "brostos"],
discord="mydiscord", discord="mydiscord",
email = "dontclickthelink@pleasedont.com", email="dontclickthelink@pleasedont.com",
version="1.0.0" version="1.0.0"
) )
def get_mesh_gracefully(mesh): def get_mesh_gracefully(mesh):
if mesh is not None: if mesh is not None:
return original_getmesh(mesh) return original_getmesh(mesh)