From c71dac4b2d23b5cf5c3801cbc528a44c2e1e8046 Mon Sep 17 00:00:00 2001 From: brostosjoined <67740566+brostosjoined@users.noreply.github.com> Date: Sat, 19 Jul 2025 21:48:43 +0000 Subject: [PATCH] [ci] auto-format --- plugins/maps/shake_em_off.py | 28 ++++++++++++---------------- plugins/minigames/shake_em_off.py | 28 ++++++++++++---------------- plugins/utilities/shake_em_off.py | 28 ++++++++++++---------------- 3 files changed, 36 insertions(+), 48 deletions(-) diff --git a/plugins/maps/shake_em_off.py b/plugins/maps/shake_em_off.py index 6763f0a..a3258c4 100644 --- a/plugins/maps/shake_em_off.py +++ b/plugins/maps/shake_em_off.py @@ -1,28 +1,24 @@ # ba_meta require api 9 +import babase ba_plugman = { "shake_em_off": { - "description": "Shake as many stickies of you as possible", - "external_url": "", - "authors": [ - { - "name": "brostosjoined", - "email": "", - "discord": "brostos" + "description": "Shake as many stickies of you as possible", + "external_url": "", + "authors": [ + { + "name": "brostosjoined", + "email": "", + "discord": "brostos" + } + ], + "versions": { + "1.1.0": None } - ], - "versions": { - "1.1.0": None - } } } -import babase - - - # ba_meta export babase.Plugin class bybrostos(babase.Plugin): def __init__(): pass - diff --git a/plugins/minigames/shake_em_off.py b/plugins/minigames/shake_em_off.py index 6763f0a..a3258c4 100644 --- a/plugins/minigames/shake_em_off.py +++ b/plugins/minigames/shake_em_off.py @@ -1,28 +1,24 @@ # ba_meta require api 9 +import babase ba_plugman = { "shake_em_off": { - "description": "Shake as many stickies of you as possible", - "external_url": "", - "authors": [ - { - "name": "brostosjoined", - "email": "", - "discord": "brostos" + "description": "Shake as many stickies of you as possible", + "external_url": "", + "authors": [ + { + "name": "brostosjoined", + "email": "", + "discord": "brostos" + } + ], + "versions": { + "1.1.0": None } - ], - "versions": { - "1.1.0": None - } } } -import babase - - - # ba_meta export babase.Plugin class bybrostos(babase.Plugin): def __init__(): pass - diff --git a/plugins/utilities/shake_em_off.py b/plugins/utilities/shake_em_off.py index 6763f0a..a3258c4 100644 --- a/plugins/utilities/shake_em_off.py +++ b/plugins/utilities/shake_em_off.py @@ -1,28 +1,24 @@ # ba_meta require api 9 +import babase ba_plugman = { "shake_em_off": { - "description": "Shake as many stickies of you as possible", - "external_url": "", - "authors": [ - { - "name": "brostosjoined", - "email": "", - "discord": "brostos" + "description": "Shake as many stickies of you as possible", + "external_url": "", + "authors": [ + { + "name": "brostosjoined", + "email": "", + "discord": "brostos" + } + ], + "versions": { + "1.1.0": None } - ], - "versions": { - "1.1.0": None - } } } -import babase - - - # ba_meta export babase.Plugin class bybrostos(babase.Plugin): def __init__(): pass -