[ci] auto-format

This commit is contained in:
vishal332008 2025-01-22 18:22:06 +00:00 committed by github-actions[bot]
parent 4d100d1ffd
commit 1200efb66e

View file

@ -241,5 +241,5 @@ def _manual_camera(self, widget):
class ByDroopy(babase.Plugin): class ByDroopy(babase.Plugin):
def __init__(self): def __init__(self):
InGameMenuWindow._refresh_in_game = my_refresh_in_game InGameMenuWindow._refresh_in_game=my_refresh_in_game
InGameMenuWindow._manual_camera = _manual_camera InGameMenuWindow._manual_camera=_manual_camera