mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
0fd7c5bed1
commit
4941d0cb0e
3 changed files with 566 additions and 561 deletions
|
|
@ -20,6 +20,7 @@ if TYPE_CHECKING:
|
|||
class BotsCanAcceptPowerupsPlugin(babase.Plugin):
|
||||
def on_app_running(self) -> None:
|
||||
SpazBot.oldinit = SpazBot.__init__
|
||||
|
||||
def __init__(self) -> None:
|
||||
self.oldinit()
|
||||
pam = PowerupBoxFactory.get().powerup_accept_material
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue